fix: Missing tooltips in IconButtons
This commit is contained in:
parent
2c8259b849
commit
b832287b88
12 changed files with 43 additions and 1 deletions
|
|
@ -448,6 +448,26 @@
|
|||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"zoomIn": "Zoom in",
|
||||
"@zoomIn": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"zoomOut": "Zoom out",
|
||||
"@zoomOut": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"addEmail": "Add email",
|
||||
"@addEmail": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"showPassword": "Show password",
|
||||
"@showPassword": {
|
||||
"type": "text",
|
||||
"placeholders": {}
|
||||
},
|
||||
"chatBackup": "Chat backup",
|
||||
"@chatBackup": {
|
||||
"type": "text",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue