Skip to content

Commit 6fd8a06

Browse files
committed
Fix string typo in refresh_token.js.erb
1 parent 6a54ad5 commit 6fd8a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/users/refresh_token.js.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var msg = '<%= @success ? _("Successfully regenerate your API token.") : _("Unable to regenerate your API token.") %>';
1+
var msg = '<%= @success ? _("Successfully regenerated your API token.") : _("Unable to regenerate your API token.") %>';
22

33
var context = $('#api-tokens');
44
context.html('<%= escape_javascript(render partial: "/devise/registrations/api_token", locals: { user: current_user }) %>');

0 commit comments

Comments
 (0)