Skip to content

Commit

Permalink
Update TransferGuestDialog.vue
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Herbinet <[email protected]>
  • Loading branch information
Jerome-Herbinet authored Aug 27, 2024
1 parent 2a88be8 commit b65c64f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TransferGuestDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ import { logger } from '../services/logger.ts'

const generateMessage = ({ source, target, status }: { source: string, target: string, status: 'waiting' | 'started' }) => {
const matchStatus = {
waiting: t('guests', 'Conversion of guest {strongStart}{guest}{strongEnd} account to {strongStart}{user}{strongEnd} regular account is pending', {
waiting: t('guests', 'Conversion of guest {strongStart}{guest}{strongEnd} to {strongStart}{user}{strongEnd} is pending', {
guest: source,
user: target,
strongStart: '<strong>',
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} to {strongStart}{user}{strongEnd} has started', {
guest: source,
user: target,
strongStart: '<strong>',
Expand Down

0 comments on commit b65c64f

Please sign in to comment.