You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: language/en/webpushnotifications_common_acp.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,6 @@
48
48
'PWA_ICON_LARGE_EXPLAIN' => 'File name of a 512px x 512px PNG image. This file must be uploaded to your board’s <samp>' . \phpbb\webpushnotifications\ext::PWA_ICON_DIR . '</samp> directory.',
49
49
'PWA_ICON_SIZE_INVALID' => '“%s” does not have the correct image dimensions.',
50
50
'PWA_ICON_MIME_INVALID' => '“%s” must be a PNG image file.',
51
-
'PWA_IMAGE_INVALID' => '“%s” does not appear to be a valid image file. Verify the file name and location are correct.',
51
+
'PWA_IMAGE_INVALID' => '“%s” is not a valid image file or is missing from the expected location. Verify the file name and location are correct.',
52
52
'PWA_IMAGE_NOT_PROVIDED' => '%s field must not be empty. All icon fields must contain an image.',
0 commit comments