mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Grafana-UI: Add tooltip for interval picker in RefreshPicker (#74534)
* feat: add tooltip for interval picker * refactor: remove ts error * feat: extract new translations * refactor: deprecate unused tooltip property * refactor: correct syntax of dynamic string * refactor: remove interval and autogenerated strings * refactor: localisation * refactor
This commit is contained in:
@@ -674,8 +674,9 @@
|
||||
"aria-label": "Désactiver l'actualisation automatique",
|
||||
"label": "Désactivé"
|
||||
},
|
||||
"select-button": {
|
||||
"auto-refresh": "Définir l'intervalle d'actualisation automatique"
|
||||
"tooltip": {
|
||||
"interval-selected": "",
|
||||
"turned-off": ""
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
|
||||
Reference in New Issue
Block a user