0.1.4 typo fixes

This commit is contained in:
Elvanos 2021-03-21 02:00:23 +01:00
parent 7b7f3f08dd
commit b148d1c342
4 changed files with 4 additions and 3 deletions

View file

@ -193,7 +193,7 @@
anchor="bottom left"
self="top middle"
>
Add new document with the current one as parent
Add a new document with the currently opened one as a parent
</q-tooltip>
</q-btn>

View file

@ -19,6 +19,7 @@
- Globally changed a typo in the "Connected to myths. legends and stories" field
- Globally changed a typo in the tooltip of the "Tags" field
- Globally changed a typo in the tooltip of "Scientifical" to "Scientific"
- Fixed a typo in "Add under parent" strings
- Reworded and fixed typos in the Single and Multi relationship field tooltips
- Fixed horizontal scrollbar looks and functionality
- Fixed a bug that was causing keybinds to register and affect the UI even if a popup was opened over it

View file

@ -69,7 +69,7 @@
anchor="bottom middle"
self="top middle"
>
Add new document with the current one as parent
Add a new document with the currently opened one as a parent
</q-tooltip>
</q-btn>

View file

@ -129,7 +129,7 @@ export const defaultKeybinds = [
which: 78,
editable: true,
id: "addUnderParent",
tooltip: "Add a new document with currently opened one as parent"
tooltip: "Add a new document with the currently opened one as a parent"
},
// Delete document - CTRL + D