mirror of https://github.com/zulip/zulip.git
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:
parent
ee9678a2bd
commit
35c5e00f9d
|
@ -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",
|
||||
},
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue