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 | 12 | success: "'%{app_name}' was successfully destroyed." |
13 | 13 | |
14 | 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 | 18 | layouts: |
19 | 19 | application: |
... | ... | @@ -102,7 +102,7 @@ en: |
102 | 102 | regenerate_api_key: "Regenerate API key" |
103 | 103 | show: |
104 | 104 | all_deploys: "All Deploys (%{count})" |
105 | - all_errs: all errs | |
105 | + all_errs: all errors | |
106 | 106 | all_users_notified: "All users will be notified when something happens." |
107 | 107 | api_key: "API Key:" |
108 | 108 | are_you_sure: 'Are you sure?' |
... | ... | @@ -116,12 +116,12 @@ en: |
116 | 116 | latest_deploys: Latest Deploys |
117 | 117 | message: Message |
118 | 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 | 120 | no_watcher: "Sadly, no one is watching this app" |
121 | 121 | repository: Repository |
122 | 122 | revision: Revision |
123 | 123 | show_hide: "(show/hide)" |
124 | - unresolved_errs: unresolved errs | |
124 | + unresolved_errs: unresolved errors | |
125 | 125 | unwatch: unwatch |
126 | 126 | user_or_email: User or Email |
127 | 127 | watchers: Watchers | ... | ... |