From 9c5b6907992ca7b82c2aa367655dae6ca4453e35 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 29 Sep 2020 08:30:34 -0400 Subject: [PATCH] feat: up recommended size to 512x512 + ACP labels for PWA --- public/language/en-GB/admin/settings/general.json | 6 ++++-- src/views/admin/settings/general.tpl | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/public/language/en-GB/admin/settings/general.json b/public/language/en-GB/admin/settings/general.json index b6fa3d668123..af76ee19b723 100644 --- a/public/language/en-GB/admin/settings/general.json +++ b/public/language/en-GB/admin/settings/general.json @@ -27,10 +27,12 @@ "log.alt-text-placeholder": "Alternative text for accessibility", "favicon": "Favicon", "favicon.upload": "Upload", - "touch-icon": "Homescreen/Touch Icon", + "pwa": "Progressive Web App", + "touch-icon": "Touch Icon", "touch-icon.upload": "Upload", "touch-icon.help": "Recommended size and format: 512x512, PNG format only. If no touch icon is specified, NodeBB will fall back to using the favicon.", - "maskable-icon.help": "Recommended size and format: 512x512, PNG format only. If no maskable icon is specified, NodeBB will fall back to the Touch Icon", + "maskable-icon": "Maskable (Homescreen) Icon", + "maskable-icon.help": "Recommended size and format: 512x512, PNG format only. If no maskable icon is specified, NodeBB will fall back to the Touch Icon.", "outgoing-links": "Outgoing Links", "outgoing-links.warning-page": "Use Outgoing Links Warning Page", "search-default-sort-by": "Search default sort by", diff --git a/src/views/admin/settings/general.tpl b/src/views/admin/settings/general.tpl index 2feba327d96f..dba582b60947 100644 --- a/src/views/admin/settings/general.tpl +++ b/src/views/admin/settings/general.tpl @@ -102,10 +102,11 @@
- [[admin/settings/general:touch-icon]] + [[admin/settings/general:pwa]]
+
@@ -119,6 +120,7 @@
+