Skip to content

Commit

Permalink
Update src/components/TransferGuestDialog.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
  • Loading branch information
Jerome-Herbinet and Pytal authored Aug 20, 2024
1 parent 232681a commit 4f96ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TransferGuestDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const generateMessage = ({ source, target, status }: { source: string, target: s
strongEnd: '</strong>',
}, undefined, { escape: false, sanitize: false }),
started: t('guests', 'Conversion of guest "{strongStart}{guest}{strongEnd}" account to "{strongStart}{user}{strongEnd}" regular account has started', {
started: t('guests', 'Conversion of guest {strongStart}{guest}{strongEnd} account to {strongStart}{user}{strongEnd} regular account has started', {
guest: source,
user: target,
strongStart: '<strong>',
Expand Down

0 comments on commit 4f96ee0

Please sign in to comment.