Skip to content

Commit

Permalink
Merge pull request #10914 from nextcloud/quota-typo
Browse files Browse the repository at this point in the history
remove space between quota and colon
  • Loading branch information
rullzer committed Sep 4, 2018
2 parents 12a2a75 + 0066bc5 commit 373630c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion settings/js/settings-vue.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion settings/js/settings-vue.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion settings/src/views/Users.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 373630c

Please sign in to comment.