Commit cbd6c501bffe2ca4c67a3d8960d1fcb1eda97032
1 parent
3c9449ab
Exists in
master
and in
1 other branch
Be consistent by always using error(s).
"Error(s)" and "Err(s)" where mixed up in the translations.
Showing
1 changed file
with
5 additions
and
5 deletions
Show diff stats
config/locales/en.yml
@@ -12,8 +12,8 @@ en: | @@ -12,8 +12,8 @@ en: | ||
12 | success: "'%{app_name}' was successfully destroyed." | 12 | success: "'%{app_name}' was successfully destroyed." |
13 | 13 | ||
14 | n_errs_have: | 14 | n_errs_have: |
15 | - one: "%{count} err has" | ||
16 | - other: "%{count} errs have" | 15 | + one: "%{count} error has" |
16 | + other: "%{count} errors have" | ||
17 | 17 | ||
18 | layouts: | 18 | layouts: |
19 | application: | 19 | application: |
@@ -102,7 +102,7 @@ en: | @@ -102,7 +102,7 @@ en: | ||
102 | regenerate_api_key: "Regenerate API key" | 102 | regenerate_api_key: "Regenerate API key" |
103 | show: | 103 | show: |
104 | all_deploys: "All Deploys (%{count})" | 104 | all_deploys: "All Deploys (%{count})" |
105 | - all_errs: all errs | 105 | + all_errs: all errors |
106 | all_users_notified: "All users will be notified when something happens." | 106 | all_users_notified: "All users will be notified when something happens." |
107 | api_key: "API Key:" | 107 | api_key: "API Key:" |
108 | are_you_sure: 'Are you sure?' | 108 | are_you_sure: 'Are you sure?' |
@@ -116,12 +116,12 @@ en: | @@ -116,12 +116,12 @@ en: | ||
116 | latest_deploys: Latest Deploys | 116 | latest_deploys: Latest Deploys |
117 | message: Message | 117 | message: Message |
118 | no_deploys: No deploys | 118 | no_deploys: No deploys |
119 | - no_error_yet: "No errs have been caught yet, make sure you setup your app" | 119 | + no_error_yet: "No errors have been caught yet, make sure you setup your app" |
120 | no_watcher: "Sadly, no one is watching this app" | 120 | no_watcher: "Sadly, no one is watching this app" |
121 | repository: Repository | 121 | repository: Repository |
122 | revision: Revision | 122 | revision: Revision |
123 | show_hide: "(show/hide)" | 123 | show_hide: "(show/hide)" |
124 | - unresolved_errs: unresolved errs | 124 | + unresolved_errs: unresolved errors |
125 | unwatch: unwatch | 125 | unwatch: unwatch |
126 | user_or_email: User or Email | 126 | user_or_email: User or Email |
127 | watchers: Watchers | 127 | watchers: Watchers |