diff options
author | helloworldstack <66512512+helloworldstack@users.noreply.github.com> | 2022-11-13 09:33:20 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 03:33:20 +0100 |
commit | e9e4938bc92f5466e9056fe0fe9fb4919947c6ef (patch) | |
tree | c35eab29e3b51bce4f339b2274bce025f0396f12 /config | |
parent | d26c1cb2fe145b8d56a9c15e110a917e6f63068b (diff) |
Fix casing and spacing of words (#20504)
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index c50fc074c..679e356b4 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -608,7 +608,7 @@ en: other: "%{count} users" categories: administration: Administration - devops: Devops + devops: DevOps invites: Invites moderation: Moderation special: Special @@ -659,7 +659,7 @@ en: view_audit_log_description: Allows users to see a history of administrative actions on the server view_dashboard: View Dashboard view_dashboard_description: Allows users to access the dashboard and various metrics - view_devops: Devops + view_devops: DevOps view_devops_description: Allows users to access Sidekiq and pgHero dashboards title: Roles rules: @@ -1374,7 +1374,7 @@ en: browser: Browser browsers: alipay: Alipay - blackberry: Blackberry + blackberry: BlackBerry chrome: Chrome edge: Microsoft Edge electron: Electron @@ -1388,7 +1388,7 @@ en: phantom_js: PhantomJS qq: QQ Browser safari: Safari - uc_browser: UCBrowser + uc_browser: UC Browser weibo: Weibo current_session: Current session description: "%{browser} on %{platform}" @@ -1397,8 +1397,8 @@ en: platforms: adobe_air: Adobe Air android: Android - blackberry: Blackberry - chrome_os: Chrome OS + blackberry: BlackBerry + chrome_os: ChromeOS firefox_os: Firefox OS ios: iOS linux: Linux |