Merge pull request #10914 from nextcloud/quota-typo

remove space between quota and colon
This commit is contained in:
Roeland Jago Douma 2018-09-04 08:29:01 +02:00 committed by GitHub
commit 373630c78f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -25,7 +25,7 @@
<app-navigation :menu="menu">
<template slot="settings-content">
<div>
<p>{{t('settings', 'Default quota :')}}</p>
<p>{{t('settings', 'Default quota:')}}</p>
<multiselect :value="defaultQuota" :options="quotaOptions"
tag-placeholder="create" :placeholder="t('settings', 'Select default quota')"
label="label" track-by="id" class="multiselect-vue"