Skip to content

Commit

Permalink
Update src/components/SidebarTabs/SettingsSidebarTab.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Chartman123 <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux and Chartman123 authored Aug 26, 2023
1 parent a772483 commit e7093ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SidebarTabs/SettingsSidebarTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
:aria-label="t('forms', 'Custom submission message')"
:value="form.submissionMessage"
:maxlength="maxStringLengths.submissionMessage"
:placeholder="t('forms', 'Message to show after an user submitted the form (formatting using Markdown is supported)')"
:placeholder="t('forms', 'Message to show after a user submitted the form (formatting using Markdown is supported)'). Please note that the message won't be translated!"

Check failure on line 76 in src/components/SidebarTabs/SettingsSidebarTab.vue

View workflow job for this annotation

GitHub Actions / eslint node

Parsing error: Unexpected token, expected "," (1:113)
class="submission-message__input"
@blur="editMessage = false"
@change="onSubmissionMessageChange" />
Expand Down

0 comments on commit e7093ee

Please sign in to comment.