[fix] add cloud tooltip (#1728)

Fix cloud tool tooltip

### Change Type

- [x] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version

### Test Plan

1. Add a step-by-step description of how to test your PR here.
2.

- [ ] Unit Tests
- [ ] End to end tests

### Release Notes

- Add a brief release note for your PR here.
pull/1735/head
David Sheldrick 2023-07-11 11:01:53 +01:00 zatwierdzone przez GitHub
rodzic 30b0a4d736
commit b7884c6d67
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
4 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -180,6 +180,7 @@
"tool.arrow-right": "Arrow right",
"tool.arrow-up": "Arrow up",
"tool.arrow": "Arrow",
"tool.cloud": "Cloud",
"tool.diamond": "Diamond",
"tool.ellipse": "Ellipse",
"tool.hexagon": "Hexagon",

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -184,6 +184,7 @@ export type TLUiTranslationKey =
| 'tool.arrow-right'
| 'tool.arrow-up'
| 'tool.arrow'
| 'tool.cloud'
| 'tool.diamond'
| 'tool.ellipse'
| 'tool.hexagon'

Wyświetl plik

@ -184,6 +184,7 @@ export const DEFAULT_TRANSLATION = {
'tool.arrow-right': 'Arrow right',
'tool.arrow-up': 'Arrow up',
'tool.arrow': 'Arrow',
'tool.cloud': 'Cloud',
'tool.diamond': 'Diamond',
'tool.ellipse': 'Ellipse',
'tool.hexagon': 'Hexagon',