From cd43985de075573ca649d61259803779476ee72e Mon Sep 17 00:00:00 2001 From: Vinoth Kannan Date: Tue, 2 Apr 2024 20:04:37 +0530 Subject: [PATCH] UX: rename the word "Upgrade" to "Update" in the UI. (#26396) In this PR, all references in the UI to the word "`upgrade`" are changed to "`update`". This is to differentiate the update process in self-hosted sites from the plan "upgrade" process in hosted sites. Follow-up to the PR: https://github.com/discourse/docker_manager/pull/208 --- .../javascripts/admin/addon/components/version-checks.hbs | 6 +++--- app/assets/stylesheets/common/admin/dashboard.scss | 2 +- config/locales/client.en.yml | 6 +++--- config/locales/server.en.yml | 4 ++-- lib/discourse_updates.rb | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/assets/javascripts/admin/addon/components/version-checks.hbs b/app/assets/javascripts/admin/addon/components/version-checks.hbs index b0b31c6e05e..20fac751b69 100644 --- a/app/assets/javascripts/admin/addon/components/version-checks.hbs +++ b/app/assets/javascripts/admin/addon/components/version-checks.hbs @@ -125,17 +125,17 @@ {{i18n "admin.dashboard.updates_available"}} - {{i18n "admin.dashboard.please_upgrade"}} + {{i18n "admin.dashboard.please_update"}} {{/if}} {{/if}}