diff options
| author | rinpatch <rinpatch@sdf.org> | 2018-12-08 22:39:58 +0100 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2018-12-08 22:39:58 +0100 |
| commit | 4fde987e34c6b76c67d73ff1d163e8a5fed53069 (patch) | |
| tree | 26e1583537ea4eb116f88ae422f0e0b27f35f825 /src | |
| parent | f69331e49d19a26be27d1188f721703fe04a493d (diff) | |
Fix formating
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 5f092da3..f8225fb2 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -263,7 +263,7 @@ const PostStatusForm = { this.newStatus.files.splice(index, 1) }, uploadFailed (errString, templateArgs) { - templateArgs = templateArgs || {}; + templateArgs = templateArgs || {} this.error = this.$t('post_status.upload_error') + ' ' + this.$t('post_status.' + errString, templateArgs) this.enableSubmit() }, |
