mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix 'Authentication' typo in setup wizard
This commit is contained in:
parent
b2f63bf231
commit
9cba66634d
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@
|
|||
complete: function (xhr, status) {
|
||||
var authToken = $.parseJSON(xhr.responseText);
|
||||
if (authToken) {
|
||||
$("#pms-token-status").html('<i class="fa fa-check"></i> Authentation successful!');
|
||||
$("#pms-token-status").html('<i class="fa fa-check"></i> Authentication successful!');
|
||||
$('#pms-token-status').fadeIn('fast');
|
||||
$("#pms_token").val(authToken);
|
||||
authenticated = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue