diff --git a/reddash/app/dashboard/templates/guild.html b/reddash/app/dashboard/templates/guild.html index d17052ac..c1f1e4f2 100755 --- a/reddash/app/dashboard/templates/guild.html +++ b/reddash/app/dashboard/templates/guild.html @@ -39,7 +39,9 @@
{{ data['data']['online'] }}
@@ -62,7 +64,9 @@ {command} to allow other people to use it.").format(command="[p]dashboard roles create") }}
+ {{ _("Warning - You haven't registered any roles with the dashboard.
+ Please use {command} to allow other people to use
+ it.").format(command="[p]dashboard roles create") }}
{{ _("Sets {botname}'s admin roles in {guild}").format(botname=botname, guild=data['data']['name']) }} +
{{ _("Sets {botname}'s admin roles in + {guild}").format(botname=botname, + guild=data['data']['name']) }}
{{ _('Syntax') }}:
{{ data['data']['prefixes'][0] }}set addadminrole <role>
@@ -198,7 +206,8 @@
{{ _("See {botname}'s registered server aliases").format(botname=botname) }} +
{{ _("See {botname}'s registered server + aliases").format(botname=botname) }}
{{ _('Syntax') }}:
{{ data['data']['prefixes'][0] }}alias list
@@ -775,7 +796,8 @@
- {{ _('Aliases have not been loaded. Please re-click Aliases on the left') }} + {{ _('Aliases have not been loaded. Please re-click Aliases + on the left') }}
{{ _("See {botname}'s registered server custom commands").format(botname=botname) }} +
{{ _("See {botname}'s registered server custom + commands").format(botname=botname) }}
{{ _('Syntax') }}:
{{ data['data']['prefixes'][0] }}customcom list
@@ -830,7 +854,8 @@