We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ed73a commit 1fafb7aCopy full SHA for 1fafb7a
src/games/arimaa.ts
@@ -784,7 +784,7 @@ export class ArimaaGame extends GameBase {
784
ArimaaGame.algebraic2coords(from);
785
} catch {
786
result.valid = false;
787
- result.message = i18next.t("apgames:validation._general.INVALIDCELL", {from});
+ result.message = i18next.t("apgames:validation._general.INVALIDCELL", {cell: from});
788
return result;
789
}
790
// from contents match
0 commit comments