Skip to content

Commit 1fafb7a

Browse files
committed
Arimaa: Fix invalidcell message
1 parent f8ed73a commit 1fafb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/games/arimaa.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@ export class ArimaaGame extends GameBase {
784784
ArimaaGame.algebraic2coords(from);
785785
} catch {
786786
result.valid = false;
787-
result.message = i18next.t("apgames:validation._general.INVALIDCELL", {from});
787+
result.message = i18next.t("apgames:validation._general.INVALIDCELL", {cell: from});
788788
return result;
789789
}
790790
// from contents match

0 commit comments

Comments
 (0)