Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created May 8, 2019 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/a65bb8b42dc196a680058a96271bd116 to your computer and use it in GitHub Desktop.
Save bodrovis/a65bb8b42dc196a680058a96271bd116 to your computer and use it in GitHub Desktop.
// ...
.done(function() {
$('#welcome').text(
$.i18n('welcome', current_user.name)
);
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment