Skip to content

Commit

Permalink
chore: use localization for button title
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Apr 10, 2018
1 parent 71c2ff0 commit 3642624
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -163,7 +163,7 @@ export class EntriesListComponent implements OnInit, OnDestroy, OnChanges {
this._tableBlockerMessage = new AreaBlockerMessage({
message: result.errorMessage || 'Error loading entries',
buttons: [{
label: 'Retry',
label: this._appLocalization.get('app.common.retry'),
action: () => {
this._tableBlockerMessage = null;
this._entriesStore.reload();
Expand Down

0 comments on commit 3642624

Please sign in to comment.