From 059a56e5a608ea9aff08a6b0c0e1e64674bc4cd9 Mon Sep 17 00:00:00 2001 From: Zachary Chai Date: Tue, 28 Feb 2017 10:22:13 -0500 Subject: [PATCH] fix translation not working --- config/locales/en-us.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en-us.yml b/config/locales/en-us.yml index 4bb3fa33..188dc2f8 100644 --- a/config/locales/en-us.yml +++ b/config/locales/en-us.yml @@ -104,7 +104,7 @@ en-US: moderator_default_message: Invitation link - %{url} my_room: my room name: Name - no: No + 'no': 'No' notification_mailer: recording_ready_email: closing: "Regards,... BigBlueButton" @@ -143,4 +143,4 @@ en-US: wait_for_mod_msg: Looks like you're the first one here... wait_for_mod_explanation: You will automatically join when the meeting starts watch: Watch - yes: Yes + 'yes': 'Yes'