markdown: Change timezone to time zone in <time> tooltip.

This makes it consistent with the second line.
This commit is contained in:
Dinesh 2021-07-08 12:00:43 +05:30 committed by Steve Howell
parent c4463ee34c
commit 5f684bf119
2 changed files with 2 additions and 2 deletions

View File

@ -278,7 +278,7 @@ run_test("timestamp", ({mock_template}) => {
assert.equal($timestamp.html(), '<i class="fa fa-clock-o"></i>\nThu, Jan 1 1970, 12:00 AM\n');
assert.equal(
$timestamp.attr("data-tippy-content"),
"Everyone sees this in their own timezone.\n<br/>\nYour time zone: UTC\n",
"Everyone sees this in their own time zone.\n<br/>\nYour time zone: UTC\n",
);
assert.equal($timestamp_invalid.text(), "never-been-set");
});

View File

@ -1,3 +1,3 @@
{{t 'Everyone sees this in their own timezone.' }}
{{t 'Everyone sees this in their own time zone.' }}
<br/>
{{t 'Your time zone:' }} {{ tz_offset_str }}