Skip to content

Commit 69c5ba0

Browse files
committed
Update ACP wording
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 0d6968f commit 69c5ba0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

language/en/webpushnotifications_common_acp.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
//
3939

4040
$lang = array_merge($lang, [
41-
'PWA_SETTINGS' => 'Web application options',
42-
'PWA_SHORT_NAME' => 'Short site name',
41+
'PWA_SETTINGS' => 'Web application options',
42+
'PWA_SHORT_NAME' => 'Short site name',
4343
'PWA_SHORT_NAME_EXPLAIN' => 'Your site name in 12 characters or less, which may be used as a label for an icon on a mobile device’s home screen.',
44-
'PWA_ICON_SMALL' => 'Small mobile device icon',
45-
'PWA_ICON_SMALL_EXPLAIN' => 'File name of a 192x192 PNG image. This file must be uploaded to your <samp>icons</samp> directory, i.e.: <samp>./images/icons</samp>',
46-
'PWA_ICON_LARGE' => 'Large mobile device icon',
47-
'PWA_ICON_LARGE_EXPLAIN' => 'File name of a 512x512 PNG image. This file must be uploaded to your <samp>icons</samp> directory, i.e.: <samp>./images/icons</samp>',
44+
'PWA_ICON_SMALL' => 'Small mobile device icon',
45+
'PWA_ICON_SMALL_EXPLAIN' => 'File name of a 192px x 192px PNG image. This file must be uploaded to your <samp>icons</samp> directory, e.g. <samp>./images/icons</samp>',
46+
'PWA_ICON_LARGE' => 'Large mobile device icon',
47+
'PWA_ICON_LARGE_EXPLAIN' => 'File name of a 512px x 512px PNG image. This file must be uploaded to your <samp>icons</samp> directory, e.g. <samp>./images/icons</samp>',
4848
]);

0 commit comments

Comments
 (0)