|
192 | 192 | "@composeBoxDmContentHint": {
|
193 | 193 | "description": "Hint text for content input when sending a message to one other person.",
|
194 | 194 | "placeholders": {
|
195 |
| - "user": {"type": "String", "example": "stream name"} |
| 195 | + "user": {"type": "String", "example": "channel name"} |
196 | 196 | }
|
197 | 197 | },
|
198 | 198 | "composeBoxGroupDmContentHint": "Message group",
|
|
205 | 205 | },
|
206 | 206 | "composeBoxStreamContentHint": "Message #{stream} > {topic}",
|
207 | 207 | "@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", |
209 | 209 | "placeholders": {
|
210 |
| - "stream": {"type": "String", "example": "stream name"}, |
| 210 | + "stream": {"type": "String", "example": "channel name"}, |
211 | 211 | "topic": {"type": "String", "example": "topic name"}
|
212 | 212 | }
|
213 | 213 | },
|
214 | 214 | "composeBoxSendTooltip": "Send",
|
215 | 215 | "@composeBoxSendTooltip": {
|
216 | 216 | "description": "Tooltip for send button in compose box."
|
217 | 217 | },
|
218 |
| - "composeBoxUnknownStreamName": "(unknown stream)", |
| 218 | + "composeBoxUnknownStreamName": "(unknown channel)", |
219 | 219 | "@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." |
221 | 221 | },
|
222 | 222 | "composeBoxTopicHintText": "Topic",
|
223 | 223 | "@composeBoxTopicHintText": {
|
|
344 | 344 | "@topicValidationErrorMandatoryButEmpty": {
|
345 | 345 | "description": "Topic validation error when topic is required but was empty."
|
346 | 346 | },
|
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}}", |
348 | 348 | "@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.", |
350 | 350 | "placeholders": {
|
351 | 351 | "num": {"type": "int", "example": "4"}
|
352 | 352 | }
|
|
0 commit comments