Skip to content

Commit 755f837

Browse files
authored
Fix Strings translation in two PHP files (#594)
* Update class-boldgrid-backup-admin-archives.php * Update title.php
1 parent 1bf1d05 commit 755f837

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

admin/class-boldgrid-backup-admin-archives.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class="button"
291291
<div class="notice notice-warning inline" style="margin:15px 0">
292292
<p>
293293
<strong>
294-
' . esc_html( 'It looks like you don\'t have any backups! That\'s ok, let\'s fix that now. Here\'s what we recommend you do:', 'boldgrid-backup' ) . '
294+
' . esc_html__( 'It looks like you don\'t have any backups! That\'s ok, let\'s fix that now. Here\'s what we recommend you do:', 'boldgrid-backup' ) . '
295295
</strong>
296296
</p>
297297
<ol>

admin/partials/backup-now-modal/title.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="bg-box-bottom">
2323
<p>' . esc_html__( 'To help remember the details of this backup, you may enter a title and description.', 'boldgrid-backup' ) . '</p>
2424
<input type="text" name="backup_title" style="width:100%" placeholder="' . esc_html__( 'Backup Title', 'boldgrid-backup' ) . '" /><br /><br />
25-
<textarea name="backup_description" style="width:100%;height:75px;" placeholder="' . esc_html( 'Backup Description', 'boldgrid-backup' ) . '" /></textarea>
25+
<textarea name="backup_description" style="width:100%;height:75px;" placeholder="' . esc_html__( 'Backup Description', 'boldgrid-backup' ) . '" /></textarea>
2626
</div>
2727
</div>
2828
';

0 commit comments

Comments
 (0)