Skip to content

Commit

Permalink
Fixed grammar when loadout is saved (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
blakehhh authored Oct 11, 2024
1 parent b05fca8 commit 4174fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/gear/fn_gear_saveLoadout.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if (_insignia != "") then {

[
[],
["Loadout have been saved"],
["Loadout has been saved"],
[""],
[""]
] call CBA_fnc_notify;
Expand Down

0 comments on commit 4174fee

Please sign in to comment.