diff --git a/allianceauth/services/modules/mumble/templates/services/mumble/base.html b/allianceauth/services/modules/mumble/templates/services/mumble/base.html index c08c78a7..590da6fa 100644 --- a/allianceauth/services/modules/mumble/templates/services/mumble/base.html +++ b/allianceauth/services/modules/mumble/templates/services/mumble/base.html @@ -11,9 +11,9 @@ {% endblock header_nav_brand %} {% block content %} -
- {% translate 'Temp Links Give Access to mumble with the Guest Group for the preset time.' %} + {% blocktranslate trimmed with bold_start="" bold_end="" %} + Temp Links Give Access to mumble with the {{ bold_start }}Guest{{ bold_end }} Group for the preset time + {% endblocktranslate %}
- {% translate 'Connected users will not be kicked at the end of this period.' %} + {% blocktranslate trimmed with bold_start="" bold_end="" %} + Connected users {{ bold_start }}will not{{ bold_end }} be kicked at the end of this period. + {% endblocktranslate %}
- {% translate 'Templink users can be kicked in mumble by typing !kicktemps in mumble chat.' %} + {% blocktranslate trimmed with badge_start="" badge_end="" %} + Templink users can be kicked in mumble by typing {{ badge_start }}!kicktemps{{ badge_end }} in mumble chat. + {% endblocktranslate %}
- {% translate 'There are no restrictions on who or how many can use a templink, share wisely.' %} + {% blocktranslate trimmed with bold_start="" bold_end="" %} + There are {{ bold_start }}no restrictions{{ bold_end }} on who or how many can use a templink, share wisely. + {% endblocktranslate %}
+{% translate "Your link will be displayed on the next page for an easy copy and paste." %}
-
@@ -25,7 +24,7 @@