mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
web-i18n: Update frontend translated strings for stream rename channel.
Updates translated strings in web/ that do not need updates to any tests. The majority of these strings are also unique to the file/ template that they are in. A few have overlap with one other file. Some changes here update placeholders/variables in these strings to no longer use stream so that all the translation updates for this rename happen at the same time. The exception to this are cases of "<z-stream>" placeholders in these translated strings. Part of the stream to channel rename project.
This commit is contained in:
committed by
Tim Abbott
parent
36e00308b8
commit
4dcb0258a5
@@ -328,7 +328,7 @@ export class BuddyList extends BuddyListConf {
|
||||
|
||||
let header_text;
|
||||
if (current_sub) {
|
||||
header_text = $t({defaultMessage: "In this stream"});
|
||||
header_text = $t({defaultMessage: "In this channel"});
|
||||
} else {
|
||||
header_text = $t({defaultMessage: "In this conversation"});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user