Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-05-16 23:45:29 +0300
committerdartcafe <github@dartcafe.de>2021-05-16 23:45:29 +0300
commitd91db9e8213c2ae01a309f95a1b1d5fc642d10de (patch)
tree156856d0c17193ac7dd8fe43a44a27d5640c7e65 /src
parentd8591273f93a1f7db1dd8d3aabbbe388e7e5b195 (diff)
linter is quiet now
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src')
-rw-r--r--src/js/components/Settings/ExpertimantalSettings.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/js/components/Settings/ExpertimantalSettings.vue b/src/js/components/Settings/ExpertimantalSettings.vue
index 5b6c1e04..1c04c539 100644
--- a/src/js/components/Settings/ExpertimantalSettings.vue
+++ b/src/js/components/Settings/ExpertimantalSettings.vue
@@ -35,7 +35,9 @@
<div class="settings_details">
{{ t('polls', 'Add a background image to the main area') }}
<div>
- <input v-if="useImage" v-model="imageUrl" type="text"
+ <input v-if="useImage"
+ v-model="imageUrl"
+ type="text"
:placeholder="t('polls', 'Enter the URL of your favorite background image.')">
</div>
</div>