Skip to content

Commit

Permalink
remove unneccessary translation keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Aug 21, 2023
1 parent ee977aa commit d7aebbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ export default {
beginningOfChatHistoryAdminRoomPartOne: ({workspaceName}) => `Collaboration among ${workspaceName} admins starts here! 🎉\nUse `,
beginningOfChatHistoryAdminRoomPartTwo: ' to chat about topics such as workspace configurations and more.',
beginningOfChatHistoryAdminOnlyPostingRoom: 'Only admins can send messages in this room.',
beginningOfChatHistoryAdminOnlyPostingRoomUserIsAdminPartOne: "You're an admin in this workspace. Use ",
beginningOfChatHistoryAdminOnlyPostingRoomUserIsAdminPartTwo: ' to announce important updates in this room.',
beginningOfChatHistoryAnnounceRoomPartOne: ({workspaceName}) => `Collaboration between all ${workspaceName} members starts here! 🎉\nUse `,
beginningOfChatHistoryAnnounceRoomPartTwo: ({workspaceName}) => ` to chat about anything ${workspaceName} related.`,
beginningOfChatHistoryUserRoomPartOne: 'Collaboration starts here! 🎉\nUse this space to chat about anything ',
Expand Down

0 comments on commit d7aebbf

Please sign in to comment.