Add full access translation

This commit is contained in:
amcmanu3 2024-04-06 13:53:38 -04:00
parent 9bed7092d6
commit 5f00f9d6fa
2 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@
<!--<th>ID</th>-->
<th>{{ translate('apiKeys', 'name', data['lang']) }}</th>
<th>{{ translate('apiKeys', 'created', data['lang']) }}</th>
<th>{{ translate('apiKeys', 'superUser', data['lang']) }}</th>
<th>{{ translate('apiKeys', 'fullAccess', data['lang']) }}</th>
<th>{{ translate('apiKeys', 'perms', data['lang']) }}</th>
<th>{{ translate('apiKeys', 'buttons', data['lang']) }}</th>
</tr>
@ -164,7 +164,7 @@
</tbody>
</table>
<label for="full_access">Superuser</label>
<label for="full_access">{{translate('apiKeys', 'fullAccess', data['lang'])}}</label>
<input type="checkbox" class="" id="full_access" name="full_access" value="1">
<br />

View File

@ -28,7 +28,7 @@
"permName": "Permission Name",
"perms": "Permissions",
"server": "Server: ",
"superUser": "Super User",
"fullAccess": "Full Access",
"yes": "Yes"
},
"base": {
@ -671,4 +671,4 @@
"webhook_body": "Webhook Body",
"webhooks": "Webhooks"
}
}
}