Skip to content

Commit 3437549

Browse files
committed
intl: Use channel instead of stream
Fixes part of #630
1 parent 53853ab commit 3437549

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

assets/l10n/app_en.arb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"@composeBoxDmContentHint": {
193193
"description": "Hint text for content input when sending a message to one other person.",
194194
"placeholders": {
195-
"user": {"type": "String", "example": "stream name"}
195+
"user": {"type": "String", "example": "channel name"}
196196
}
197197
},
198198
"composeBoxGroupDmContentHint": "Message group",
@@ -205,19 +205,19 @@
205205
},
206206
"composeBoxStreamContentHint": "Message #{stream} > {topic}",
207207
"@composeBoxStreamContentHint": {
208-
"description": "Hint text for content input when sending a message to a stream",
208+
"description": "Hint text for content input when sending a message to a channel",
209209
"placeholders": {
210-
"stream": {"type": "String", "example": "stream name"},
210+
"stream": {"type": "String", "example": "channel name"},
211211
"topic": {"type": "String", "example": "topic name"}
212212
}
213213
},
214214
"composeBoxSendTooltip": "Send",
215215
"@composeBoxSendTooltip": {
216216
"description": "Tooltip for send button in compose box."
217217
},
218-
"composeBoxUnknownStreamName": "(unknown stream)",
218+
"composeBoxUnknownStreamName": "(unknown channel)",
219219
"@composeBoxUnknownStreamName": {
220-
"description": "Replacement name for stream when it cannot be found in the store."
220+
"description": "Replacement name for channel when it cannot be found in the store."
221221
},
222222
"composeBoxTopicHintText": "Topic",
223223
"@composeBoxTopicHintText": {
@@ -344,9 +344,9 @@
344344
"@topicValidationErrorMandatoryButEmpty": {
345345
"description": "Topic validation error when topic is required but was empty."
346346
},
347-
"subscribedToNStreams": "Subscribed to {num, plural, =0{no streams} =1{1 stream} other{{num} streams}}",
347+
"subscribedToNStreams": "Subscribed to {num, plural, =0{no channels} =1{1 channel} other{{num} channels}}",
348348
"@subscribedToNStreams": {
349-
"description": "Test page label showing number of streams user is subscribed to.",
349+
"description": "Test page label showing number of channels user is subscribed to.",
350350
"placeholders": {
351351
"num": {"type": "int", "example": "4"}
352352
}

0 commit comments

Comments
 (0)