Skip to content

Commit

Permalink
slightly change an expression
Browse files Browse the repository at this point in the history
  • Loading branch information
keuin committed Jan 29, 2021
1 parent cc69d50 commit af5e951
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private void notify(DistinctNotifiable notifiable) {
if (MetadataHolder.hasMetadata()) {
BackupMetadata backup = MetadataHolder.getMetadata();
notifiable.notify(
new LiteralText("The server has been restored to backup ")
new LiteralText("The world has been restored to backup ")
.append(new LiteralText("[" + backup.getBackupName() + "]").setStyle(new Style().setColor(Formatting.GREEN)))
.append(new LiteralText(" (created at "))
.append(new LiteralText("[" + DateUtil.fromEpochMillis(backup.getBackupTime()) + "]").setStyle(new Style().setColor(Formatting.GREEN)))
Expand Down

0 comments on commit af5e951

Please sign in to comment.