Skip to content
Snippets Groups Projects
Commit 45f4d67a authored by Florent POITTEVIN's avatar Florent POITTEVIN
Browse files

feat: 1451 add tooltip on refresh button

parent 546c32f0
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
class="refresh-button"
type="button"
solidifyShortCuts
[matTooltip]="'refresh' | translate"
(click)="refresh()"
(onEnter)="refresh()"
[class.spinning]="isLoading"
......
......@@ -2703,6 +2703,7 @@
}
}
},
"refresh": "Aktualisieren",
"required": "Dieses Feld muss ausgefüllt werden",
"search": "Suche",
"shared": {
......
......@@ -2703,6 +2703,7 @@
}
}
},
"refresh": "Refresh",
"required": "This field is required",
"search": "Search",
"shared": {
......
......@@ -2703,6 +2703,7 @@
}
}
},
"refresh": "Rafraîchir",
"required": "Ce champ est requis",
"search": "Recherche",
"shared": {
......
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