diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 5e2bc9743..d89701f3a 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -45,8 +45,8 @@ en: other: "%{count}y" medium: x_minutes: - one: "1 minute" - other: "%{count} minutes" + one: "1 min" + other: "%{count} mins" x_hours: one: "1 hour" other: "%{count} hours" @@ -55,8 +55,8 @@ en: other: "%{count} days" medium_with_ago: x_minutes: - one: "1 minute ago" - other: "%{count} minutes ago" + one: "1 min ago" + other: "%{count} mins ago" x_hours: one: "1 hour ago" other: "%{count} hours ago"