Skip to content

Commit

Permalink
Translate notification title too
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 16, 2017
1 parent a3561fd commit 1f0ea98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const app = new Vue({
window.axios.interceptors.response.use(null, function(error) {
if (error.response.status === 401) {
app.$notify.error({
title: 'Unauthorized',
title: app.$t('core.unauthorized'),
message: app.$t('core.unauthorized-access'),
});
window.location = route('dashboard.index')
Expand Down

0 comments on commit 1f0ea98

Please sign in to comment.