|
80 | 80 | "@allChannelsPageTitle": { |
81 | 81 | "description": "Title for the 'All channels' page." |
82 | 82 | }, |
83 | | - "allChannelsEmptyPlaceholder": "There are no channels you can view in this organization.", |
84 | | - "@allChannelsEmptyPlaceholder": { |
| 83 | + "allChannelsEmptyPlaceholderHeader": "There are no channels you can view in this organization.", |
| 84 | + "@allChannelsEmptyPlaceholderHeader": { |
85 | 85 | "description": "Centered text on the 'All channels' page saying that there is no content to show." |
86 | 86 | }, |
87 | 87 | "profileButtonSendDirectMessage": "Send direct message", |
|
1090 | 1090 | "@inboxPageTitle": { |
1091 | 1091 | "description": "Title for the page with unreads." |
1092 | 1092 | }, |
1093 | | - "inboxEmptyPlaceholder": "There are no unread messages in your inbox. Use the buttons below to view the combined feed or list of channels.", |
1094 | | - "@inboxEmptyPlaceholder": { |
| 1093 | + "inboxEmptyPlaceholderHeader": "There are no unread messages in your inbox.", |
| 1094 | + "@inboxEmptyPlaceholderHeader": { |
1095 | 1095 | "description": "Centered text on the 'Inbox' page saying that there is no content to show." |
1096 | 1096 | }, |
| 1097 | + "inboxEmptyPlaceholderMessage": "Use the buttons below to view the combined feed or list of channels.", |
| 1098 | + "@inboxEmptyPlaceholderMessage": { |
| 1099 | + "description": "Additional centered text on the 'Inbox' page saying that there is no content to show." |
| 1100 | + }, |
1097 | 1101 | "recentDmConversationsPageTitle": "Direct messages", |
1098 | 1102 | "@recentDmConversationsPageTitle": { |
1099 | 1103 | "description": "Title for the page with a list of DM conversations." |
|
1102 | 1106 | "@recentDmConversationsSectionHeader": { |
1103 | 1107 | "description": "Heading for direct messages section on the 'Inbox' message view." |
1104 | 1108 | }, |
1105 | | - "recentDmConversationsEmptyPlaceholder": "You have no direct messages yet! Why not start the conversation?", |
1106 | | - "@recentDmConversationsEmptyPlaceholder": { |
| 1109 | + "recentDmConversationsEmptyPlaceholderHeader": "You have no direct messages yet!", |
| 1110 | + "@recentDmConversationsEmptyPlaceholderHeader": { |
1107 | 1111 | "description": "Centered text on the 'Direct messages' page saying that there is no content to show." |
1108 | 1112 | }, |
| 1113 | + "recentDmConversationsEmptyPlaceholderMessage": "Why not start a conversation?", |
| 1114 | + "@recentDmConversationsEmptyPlaceholderMessage": { |
| 1115 | + "description": "Additional centered text on the 'Direct messages' page saying that there is no content to show." |
| 1116 | + }, |
1109 | 1117 | "combinedFeedPageTitle": "Combined feed", |
1110 | 1118 | "@combinedFeedPageTitle": { |
1111 | 1119 | "description": "Page title for the 'Combined feed' message view." |
|
1122 | 1130 | "@channelsPageTitle": { |
1123 | 1131 | "description": "Title for the page with a list of subscribed channels." |
1124 | 1132 | }, |
1125 | | - "channelsEmptyPlaceholder": "You’re not subscribed to any channels yet.", |
1126 | | - "@channelsEmptyPlaceholder": { |
| 1133 | + "channelsEmptyPlaceholderHeader": "You’re not subscribed to any channels yet.", |
| 1134 | + "@channelsEmptyPlaceholderHeader": { |
1127 | 1135 | "description": "Centered text on the 'Channels' page saying that there is no content to show." |
1128 | 1136 | }, |
1129 | | - "channelsEmptyPlaceholderWithAllChannelsLink": "You’re not subscribed to any channels yet. Try going to <z-link>{allChannelsPageTitle}</z-link> and joining some of them.", |
1130 | | - "@channelsEmptyPlaceholderWithAllChannelsLink": { |
| 1137 | + "channelsEmptyPlaceholderMessage": "Try going to <z-link>{allChannelsPageTitle}</z-link> and joining some of them.", |
| 1138 | + "@channelsEmptyPlaceholderMessage": { |
1131 | 1139 | "description": "Centered text on the 'Channels' page saying that there is no content to show, with a link to 'All channels'.", |
1132 | 1140 | "placeholders": { |
1133 | 1141 | "allChannelsPageTitle": {"type": "String", "example": "All channels"} |
|
0 commit comments