mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-02 16:09:59 -04:00
fix: deduplicate different buttons
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
160f0f8297
commit
aa6bd2a884
12 changed files with 44 additions and 194 deletions
|
@ -3,6 +3,9 @@
|
|||
"slogan": "Der beste Weg, Notizen zu schreiben und teilen.",
|
||||
"title": "Gemeinschaftliche Markdown Notizen"
|
||||
},
|
||||
"navigation": {
|
||||
"newNote": "Neue Notiz"
|
||||
},
|
||||
"landing": {
|
||||
"intro": {
|
||||
"exploreFeatures": "Alle Funktionen",
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
"title": "Test",
|
||||
"content": "It works!"
|
||||
},
|
||||
"navigation": {
|
||||
"newNote": "New Note"
|
||||
},
|
||||
"renderer": {
|
||||
"highlightCode": {
|
||||
"copyCode": "Copy code to clipboard"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue