Skip to content
Snippets Groups Projects
Commit 6734cfec authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(pwa): typo in update notification

parent 3b0aea44
No related branches found
No related tags found
1 merge request!1981.13
......@@ -24,7 +24,7 @@ export class NotificationService {
// Par defaut, l'erreur reste affichée jusqu'à ce qu'on clique dessus
public showAppNewVersion(): void {
const update = this.toastr.info(
'Une nouvelle version est disponible, cliquer ici pour mettre a jour.',
'Une nouvelle version est disponible, cliquer ici pour mettre à jour.',
'Nouvelle version',
{
disableTimeOut: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment