diff --git a/frontend/src/Components/MarkdownEditor.svelte b/frontend/src/Components/MarkdownEditor.svelte index 9fe79866..29df6962 100644 --- a/frontend/src/Components/MarkdownEditor.svelte +++ b/frontend/src/Components/MarkdownEditor.svelte @@ -155,5 +155,8 @@ {/if} {:else} + {#if !value.display} + {t('add content')} + {/if} {/if} diff --git a/frontend/src/routes/project/View.svelte b/frontend/src/routes/project/View.svelte index 3dd32b96..b734a6be 100644 --- a/frontend/src/routes/project/View.svelte +++ b/frontend/src/routes/project/View.svelte @@ -200,9 +200,10 @@ update({name:val})} /> - {t('show_kanban')} + {t('options')} + {t('show_kanban')} {t('settings')} {t('state')}