mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-05-10 06:26:39 +00:00
small correction
This commit is contained in:
+1
-1
@@ -543,7 +543,7 @@ class RoleList extends Buttons {
|
||||
|
||||
const roleRow = document.createElement("div");
|
||||
roleRow.classList.add("flexltr", "rolesheader");
|
||||
roleRow.append(I18n.role.roles());
|
||||
roleRow.append(this.channel ? I18n.role.perms() : I18n.role.roles());
|
||||
const add = document.createElement("span");
|
||||
add.classList.add("svg-plus", "svgicon", "addrole");
|
||||
add.onclick = async (e) => {
|
||||
|
||||
@@ -418,6 +418,7 @@
|
||||
"displaySettings": "Display settings",
|
||||
"name": "Role name:",
|
||||
"roles":"Roles",
|
||||
"perms":"Permissions",
|
||||
"hoisted": "Hoisted:",
|
||||
"mentionable": "Allow anyone to ping this role:",
|
||||
"color": "Color",
|
||||
|
||||
Reference in New Issue
Block a user