Skip to content

Commit

Permalink
Fixes missing lang key in v3
Browse files Browse the repository at this point in the history
  • Loading branch information
samgeorges committed Oct 14, 2022
1 parent 5064a06 commit 1f53f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widgets/deployer/partials/_execute.htm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="modal-body modal-no-header">
<div class="callout callout-danger no-icon">
<div class="header">
<h3><?= e(trans('system::lang.updates.update_failed_label')) ?></h3>
<h3><?= __("Update Failed") ?></h3>
<p>{{ reason }}</p>
</div>
</div>
Expand All @@ -31,7 +31,7 @@ <h3><?= e(trans('system::lang.updates.update_failed_label')) ?></h3>
type="button"
class="btn btn-primary"
onclick="$.oc.deployer.retryUpdate()">
<?= e(trans('system::lang.updates.retry_label')) ?>
<?= __("Try Again") ?>
</button>
<button
type="button"
Expand Down

0 comments on commit 1f53f5d

Please sign in to comment.