Skip to content

Commit f042ae1

Browse files
committed
fix: correct string interpolation in mod notifications
1 parent c697d86 commit f042ae1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arma-reforger-workshop/lang/en/arma-reforger-workshop.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
],
3232
'notifications' => [
3333
'mod_added' => 'Mod added',
34-
'mod_added_body' => '\':name\' has been added to your server configuration.',
34+
'mod_added_body' => "':name' has been added to your server configuration.",
3535
'mod_removed' => 'Mod removed',
36-
'mod_removed_body' => '\':name\' has been removed from your server configuration.',
36+
'mod_removed_body' => "':name' has been removed from your server configuration.",
3737
'failed_to_add' => 'Failed to add mod',
3838
'failed_to_remove' => 'Failed to remove mod',
3939
'config_update_failed' => 'Could not update the server configuration.',

0 commit comments

Comments
 (0)