mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
samba: Fix spelling
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
parent
9b9d87bc63
commit
aa69585cb6
@ -39,7 +39,7 @@
|
|||||||
<h3>{% trans "Shares" %}</h3>
|
<h3>{% trans "Shares" %}</h3>
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
Note: only specially created directories will be shared on selected disks,
|
Note: Only specially created directories will be shared on selected disks,
|
||||||
not the whole disk.
|
not the whole disk.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
@ -69,7 +69,7 @@
|
|||||||
class="btn btn-default" name="{{ share_type.0 }}_share" value="enable"
|
class="btn btn-default" name="{{ share_type.0 }}_share" value="enable"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if disk.filesystem_type == 'vfat' %}
|
{% if disk.filesystem_type == 'vfat' %}
|
||||||
title='{% trans "vfat partitions are not supported" %}' disabled
|
title='{% trans "VFAT partitions are not supported" %}' disabled
|
||||||
{% endif %}>{{ share_type.1 }}
|
{% endif %}>{{ share_type.1 }}
|
||||||
</button>
|
</button>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -110,7 +110,7 @@
|
|||||||
{{ users.access_ok|join:", " }}</p>
|
{{ users.access_ok|join:", " }}</p>
|
||||||
|
|
||||||
{% if users.password_re_enter_needed %}
|
{% if users.password_re_enter_needed %}
|
||||||
<p>{% trans "Users who need to re-enter their password on the password change page to access group and home shares" %}:
|
<p>{% trans "Users needing to re-enter their password on the password change page to access group and home shares" %}:
|
||||||
<strong>{{ users.password_re_enter_needed|join:", " }}</strong>.</p>
|
<strong>{{ users.password_re_enter_needed|join:", " }}</strong>.</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user