Skip to content

Commit

Permalink
fix(commands): placeholder message
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Sep 24, 2021
1 parent 262fc6b commit 23de6af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/editor/main/EditorBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
useScroll().force('#edit')
console.log(useEnv().projectEmpty())
resetListener()
}
Expand Down
2 changes: 1 addition & 1 deletion src/lang/br.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
editor: {
text: {
placeholder: {
base: 'Dê uma olhada nos comandos por texto na barra lateral.',
base: `Insert '/' to display a list of commands.`,
paragraph: 'Parágrafo',
headingone: 'H1',
headingtwo: 'H2',
Expand Down
2 changes: 1 addition & 1 deletion src/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
editor: {
text: {
placeholder: {
base: 'Take a look at the text commands in the sidebar.',
base: `Insira '/' para exibir a lista de comandos.`,
paragraph: 'Paragraph',
headingone: 'H1',
headingtwo: 'H2',
Expand Down

0 comments on commit 23de6af

Please sign in to comment.