Skip to content

Commit

Permalink
Backups: improve wording for backed up message (#13559)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeherve authored and kraftbj committed Sep 30, 2019
1 parent b4c18b6 commit f65853a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,8 @@ public function get_vaultpress_data() {
'code' => 'success',
'message' => esc_html(
sprintf(
__( 'Your site was successfully backed-up %s ago.', 'jetpack' ),
/* translators: placeholder is a unit of time (1 hour, 5 days, ...) */
esc_html__( 'Your site was successfully backed up %s ago.', 'jetpack' ),
human_time_diff(
$data->backups->last_backup,
current_time( 'timestamp' )
Expand Down

0 comments on commit f65853a

Please sign in to comment.