|
211 | 211 | "@composeBoxSelfDmContentHint": {
|
212 | 212 | "description": "Hint text for content input when sending a message to yourself."
|
213 | 213 | },
|
214 |
| - "composeBoxStreamContentHint": "Message #{stream} > {topic}", |
215 |
| - "@composeBoxStreamContentHint": { |
| 214 | + "composeBoxChannelContentHint": "Message #{channel} > {topic}", |
| 215 | + "@composeBoxChannelContentHint": { |
216 | 216 | "description": "Hint text for content input when sending a message to a channel",
|
217 | 217 | "placeholders": {
|
218 |
| - "stream": {"type": "String", "example": "channel name"}, |
| 218 | + "channel": {"type": "String", "example": "channel name"}, |
219 | 219 | "topic": {"type": "String", "example": "topic name"}
|
220 | 220 | }
|
221 | 221 | },
|
222 | 222 | "composeBoxSendTooltip": "Send",
|
223 | 223 | "@composeBoxSendTooltip": {
|
224 | 224 | "description": "Tooltip for send button in compose box."
|
225 | 225 | },
|
226 |
| - "composeBoxUnknownStreamName": "(unknown channel)", |
227 |
| - "@composeBoxUnknownStreamName": { |
| 226 | + "composeBoxUnknownChannelName": "(unknown channel)", |
| 227 | + "@composeBoxUnknownChannelName": { |
228 | 228 | "description": "Replacement name for channel when it cannot be found in the store."
|
229 | 229 | },
|
230 | 230 | "composeBoxTopicHintText": "Topic",
|
|
352 | 352 | "@topicValidationErrorMandatoryButEmpty": {
|
353 | 353 | "description": "Topic validation error when topic is required but was empty."
|
354 | 354 | },
|
355 |
| - "subscribedToNStreams": "Subscribed to {num, plural, =0{no channels} =1{1 channel} other{{num} channels}}", |
356 |
| - "@subscribedToNStreams": { |
| 355 | + "subscribedToNChannels": "Subscribed to {num, plural, =0{no channels} =1{1 channel} other{{num} channels}}", |
| 356 | + "@subscribedToNChannels": { |
357 | 357 | "description": "Test page label showing number of channels user is subscribed to.",
|
358 | 358 | "placeholders": {
|
359 | 359 | "num": {"type": "int", "example": "4"}
|
|
0 commit comments