Skip to content

Commit

Permalink
Fix Captions on Translation table
Browse files Browse the repository at this point in the history
  • Loading branch information
Tine Staric committed Apr 2, 2024
1 parent 0f663a0 commit ae79cf3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ table 30155 "Shpfy Translation"

field(4; Name; Text[100])
{
Caption = 'Sync translations';
Caption = 'Key';
DataClassification = SystemMetadata;
}
field(5; Value; Blob)
Expand All @@ -39,6 +39,7 @@ table 30155 "Shpfy Translation"
}
field(6; "Transl. Content Digest"; Text[100])
{
Caption = 'Transl. Content Digest';
DataClassification = SystemMetadata;
}
}
Expand Down

0 comments on commit ae79cf3

Please sign in to comment.