From bcbd9976e22f3ff71108d5156721214166a6b279 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Fri, 29 Dec 2023 12:21:52 -0500 Subject: [PATCH] fix: web component translation --- emhttp/plugins/dynamix.my.servers/include/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix.my.servers/include/translations.php b/emhttp/plugins/dynamix.my.servers/include/translations.php index 23dadefce..26e78b541 100644 --- a/emhttp/plugins/dynamix.my.servers/include/translations.php +++ b/emhttp/plugins/dynamix.my.servers/include/translations.php @@ -280,7 +280,7 @@ class WebComponentTranslations 'Checking...' => _('Checking...'), 'View release notes' => _('View release notes'), 'View Changelog for {0}' => sprintf(_('View Changelog for %s'), '{0}'), - 'View Changelog Update' => _('View Changelog & Update'), + 'View Changelog & Update' => _('View Changelog & Update'), '{0} Release Notes' => sprintf(_('%s Release Notes'), '{0}'), 'Unable to open release notes' => _('Unable to open release notes'), 'Downgrades are only recommended if you\'re unable to solve a critical issue.' => _('Downgrades are only recommended if you\'re unable to solve a critical issue.'),