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:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2021-07-07 12:38:24 +0300
committerGitHub <noreply@github.com>2021-07-07 12:38:24 +0300
commitdad60acdec9f5b3d744083cf2a33fd8bcef27de2 (patch)
tree0db29cec1a403cacf68de6263a75900190892475 /src
parentd400cadae712f5e6bc26a2c7825511caab68a0e8 (diff)
Fixed typo
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/js/components/Settings/PerformanceSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/Settings/PerformanceSettings.vue b/src/js/components/Settings/PerformanceSettings.vue
index c41a44c1..f4856f30 100644
--- a/src/js/components/Settings/PerformanceSettings.vue
+++ b/src/js/components/Settings/PerformanceSettings.vue
@@ -26,7 +26,7 @@
{{ t('polls', 'Limit the amount of vote cells. If the threshold is reached, all other participants get hidden to avoid performance break downs. The default value is 1000.') }}
<input v-model="threshold"
type="text"
- :placeholder="t('polls', 'Enter amount of maximal allowed vote boxes.')">
+ :placeholder="t('polls', 'Enter amount of maximum allowed vote boxes.')">
</div>
</div>
</template>