Skip to content

Commit 6849175

Browse files
committed
Fixed unclosed string literal
1 parent 88bfbd8 commit 6849175

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder/src/i18n/locales

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/i18n/locales/ptObj.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const enObj: I18nObjects = {
1414
},
1515
phone: {
1616
type: "string",
17-
title: "Telefone,
17+
title: "Telefone",
1818
minLength: 11,
1919
},
2020
birthday: {

0 commit comments

Comments
 (0)