Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions modules/tchap-translations/tchap_translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1117,5 +1117,17 @@
"room_settings|security|history_visibility_warning": {
"en": "Changes won't affect past messages, only new ones.",
"fr": "Les changements n'affecteront pas les messages passés, juste les nouveaux."
},
"encryption|verification|verification_dialog_title_choose": {
"en": "Verify your identity",
"fr": "Vérification de votre identité"
},
"encryption|verification|sas_prompt": {
"en": "Compare a serie of emojis",
"fr": "Comparez une série d'émojis"
},
"encryption|verification|sas_description": {
"en": "Compare a list of unique emojis between your two devices in order to verify your identity",
"fr": "Comparez une liste unique d'émojis entre vos deux appareils pour vérifier votre identité"
}
}
2 changes: 1 addition & 1 deletion src/components/views/right_panel/VerificationPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default class VerificationPanel extends React.PureComponent<IProps, IStat
) : null;
return (
<div>
{_t("encryption|verification|verify_by_completing_one_of")}
{/* :TCHAP: {_t("encryption|verification|verify_by_completing_one_of")} */}
<div className="mx_VerificationPanel_QRPhase_startOptions">
{qrBlockDialog}
{or}
Expand Down
Loading