node: Fix i18n node tests following string replacement.

I think we could write this test better, but it's not a big deal for
this to break in the rare even that we change/remove one of the 2
strings it interacts with.
This commit is contained in:
Tim Abbott 2020-03-25 19:35:57 -07:00
parent ee9678a2bd
commit 35c5e00f9d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ zrequire('templates');
set_global('page_params', {
translation_data: {
"Quote and reply": "French translation",
"Desktop notifications are triggered for messages that are offscreen when they arrive. Mobile and email notifications are triggered once you have been away from Zulip for a few minutes.": "Some French text",
"Notification triggers": "Some French text",
},
});