Don't use the term gift
This commit is contained in:
parent
9de33e4ffd
commit
ce8a1f5930
7 changed files with 130 additions and 46 deletions
|
@ -82,7 +82,7 @@ export function ToastManager({
|
|||
if (toastType === ToastType.CannotOpenGiftBadgeIncoming) {
|
||||
return (
|
||||
<Toast onClose={hideToast}>
|
||||
{i18n('message--giftBadge--unopened--toast--incoming')}
|
||||
{i18n('icu:message--donation--unopened--toast--incoming')}
|
||||
</Toast>
|
||||
);
|
||||
}
|
||||
|
@ -90,7 +90,7 @@ export function ToastManager({
|
|||
if (toastType === ToastType.CannotOpenGiftBadgeOutgoing) {
|
||||
return (
|
||||
<Toast onClose={hideToast}>
|
||||
{i18n('message--giftBadge--unopened--toast--outgoing')}
|
||||
{i18n('icu:message--donation--unopened--toast--outgoing')}
|
||||
</Toast>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue