Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyPanda07 committed Dec 13, 2021
1 parent 4207b07 commit e752967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PatchNotes/src/Models/ProjectConfigurationModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace models

ofstream(projectFile) << projectData;

message = textLocalization[patch_notes_localization::configurationSuccessfullyAdded];
message = format(textLocalization[patch_notes_localization::configurationSuccessfullyAdded], projectName + '_' + projectVersion);
}

builder.
Expand Down

0 comments on commit e752967

Please sign in to comment.