2023 walkthrough changes

This commit is contained in:
2023-11-28 14:30:02 -05:00
parent 0b236e142f
commit a4321d0a23
40 changed files with 314 additions and 231 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.12.5
// Generated by CoffeeScript 2.7.0
var validations;
import {
@@ -11,7 +11,7 @@ validations = {
client_identifier: validatePresence({
presence: true,
message: function(key, type) {
return buildMessage(t("attributes.project_instance." + key), {
return buildMessage(t(`attributes.project_instance.${key}`), {
type: type
});
}