Skip to content

Commit

Permalink
Remove no-voip-mentions-in-onboarding patch. Replace with custom tran…
Browse files Browse the repository at this point in the history
…slation and customisations-replaced image.
  • Loading branch information
estellecomment committed Feb 6, 2024
1 parent cab44d7 commit ad8dce3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 26 deletions.
1 change: 1 addition & 0 deletions customisations.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"res/img/user-onboarding/WorkMessaging.png": "res/img/tchap/multi-device-messaging.png",
"src/async-components/views/dialogs/security/ExportE2eKeysDialog.tsx": "src/tchap/async-components/views/dialogs/security/TchapExportE2eKeysDialog.tsx",
"src/components/views/dialogs/CreateRoomDialog.tsx": "src/tchap/components/views/dialogs/TchapCreateRoomDialog.tsx",
"src/components/views/verification/VerificationComplete.tsx": "src/tchap/components/views/verification/TchapVerificationComplete.tsx",
Expand Down
3 changes: 2 additions & 1 deletion modules/tchap-translations/tchap_translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,8 @@
"fr": "la messagerie instantanée de l'Administration"
},
"members_of_%(roomName)s.txt": { "en": "members_of_%(roomName)s.txt", "fr": "membres_de_%(roomName)s.txt" },
"onboarding_free_e2ee_messaging_tchap_limited_voip": {
"onboarding|free_e2ee_messaging_unlimited_voip": {
"comment": "remove when we have voip (audio and video)",
"en": "With free end-to-end encrypted messaging, %(brand)s is a great way to stay in touch.",
"fr": "Grâce à la messagerie chiffrée de bout en bout gratuite, %(brand)s est un excellent moyen de rester en contact."
},
Expand Down

This file was deleted.

7 changes: 0 additions & 7 deletions patches/patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,6 @@
"src/languageHandler.tsx"
]
},
"no-voip-mentions-in-onboarding": {
"comments" : "Remove custom string when translations are finished migrating (1.11.46). Custom image stays though.",
"package": "matrix-react-sdk",
"files": [
"src/components/views/user-onboarding/UserOnboardingHeader.tsx"
]
},
"better-text-for-locked-messages": {
"package": "matrix-react-sdk",
"files": [
Expand Down

0 comments on commit ad8dce3

Please sign in to comment.