Skip to content

Commit

Permalink
Wrong "email" label on Backup options
Browse files Browse the repository at this point in the history
 Close gh-771

Signed-off-by: Nicholas K. Dionysopoulos <nicholas@akeeba.com>
  • Loading branch information
nikosdion committed Aug 14, 2024
1 parent 481a27f commit 9334f20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Akeeba Panopticon 1.2.2
~ Do not log CMS Update Found more than once per version
# [LOW] Wrong lang string used in WordPress plugin/theme update emails
# [LOW] PHP warnings running Connection Doctor on WordPress sites
# [LOW] Wrong "email" label on Backup options [gh-771]

Akeeba Panopticon 1.2.1
================================================================================
Expand Down
2 changes: 1 addition & 1 deletion ViewTemplates/Backuptasks/form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class="mx-1 p-1 border rounded"
{{ $params->get('email_fail', 1) ? 'checked' : '' }}
>
<label class="form-check-label" for="email_fail">
@lang('PANOPTICON_BACKUPTASKS_LBL_EMAIL_SUCCESS')
@lang('PANOPTICON_BACKUPTASKS_LBL_EMAIL_FAIL')
</label>
</div>
</div>
Expand Down

0 comments on commit 9334f20

Please sign in to comment.