Skip to content
Merged
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
3 changes: 2 additions & 1 deletion generated/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ export const enSimpleNoArgs = {
groupNameVisible: 'Group name is visible to all group members.',
groupNotUpdatedWarning: 'This group has not been updated in over 30 days. You may experience issues sending messages or viewing group information.',
groupPendingRemoval: 'Pending removal',
groupPermissionReadOnly: 'This group is read-only',
groupPromotedYou: '<b>You</b> were promoted to Admin.',
groupRemovedYouGeneral: 'You were removed from the group.',
groupSetDisplayPicture: 'Set Group Display Picture',
Expand Down Expand Up @@ -1260,7 +1261,7 @@ export const enSimpleWithArgs = {
urlOpenDescription: 'Are you sure you want to open this URL in your browser?<br/><br/><b>{url}</b>',
viaPlatformWebsiteDescription: 'Change your plan using the {platform_account} you used to sign up with, via the <b><span>{platform} website</span></b> .',
viaStoreWebsite: 'Via the {platform} website',
viaStoreWebsiteDescription: 'Update your Pro access using the {platform_account} you used to sign up with, via the <b><span>{platform_store}</span></b> website.',
viaStoreWebsiteDescription: 'Update your Pro access using the {platform_account} you used to sign up with, via the <b><span>{platform_store} website</span></b>.',
} as const satisfies Record<TokenSimpleWithArgs, string>;

/** English plural strings */
Expand Down
1 change: 1 addition & 0 deletions generated/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ export type TokenSimpleNoArgs =
'groupNameVisible' |
'groupNotUpdatedWarning' |
'groupPendingRemoval' |
'groupPermissionReadOnly' |
'groupPromotedYou' |
'groupRemovedYouGeneral' |
'groupSetDisplayPicture' |
Expand Down
Loading