Skip to content

Commit

Permalink
fix(pwa-helper): show user notify version (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd authored Mar 16, 2023
2 parents e753dab + 7a01234 commit c612efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pwa-helper/src/signal/sw-user-notify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ eventListener.subscribe('service_worker_registered', async () => {
}
localStorage.removeItem('notify_new_version');
snackbarSignalTrigger.request({
message: `به نسخه ${replaceNumber(_ALWATR_VERSION_.replace('-beta', ' بتا '))} خوش‌آمدید.`,
message: `به نسخه ${replaceNumber(_ALWATR_VERSION_.replace('-beta.', ' بتا '))} خوش‌آمدید.`,
});
}
});
Expand Down

0 comments on commit c612efc

Please sign in to comment.