From 452ccd068bc1ec81721df7583610ad13963c6fc8 Mon Sep 17 00:00:00 2001 From: Emily Date: Thu, 9 Aug 2018 10:15:54 -0700 Subject: [PATCH] fixes comment in locales --- public/locales/en-US/send.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en-US/send.ftl b/public/locales/en-US/send.ftl index 4f202ad8..b16ccc8b 100644 --- a/public/locales/en-US/send.ftl +++ b/public/locales/en-US/send.ftl @@ -122,8 +122,8 @@ reportIPInfringement = Report IP Infringement javascriptRequired = Firefox Send requires JavaScript whyJavascript = Why does Firefox Send require JavaScript? enableJavascript = Please enable JavaScript and try again. -expiresDaysHoursMinutes = { $days }d { $hours }h { $minutes }m # A short representation of a countdown timer containing the number of days, hours, and minutes remaining as digits, example "2d 11h 56m" +expiresDaysHoursMinutes = { $days }d { $hours }h { $minutes }m # A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m" expiresHoursMinutes = { $hours }h { $minutes }m # A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"