You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pagebuilder/messages.go
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,7 @@ type Messages struct {
103
103
SharedContainerHasBeenUpdatedstring
104
104
TemplateFixedAreaMessagestring
105
105
SharedContainerModificationWarningstring
106
+
Successstring
106
107
}
107
108
108
109
varMessages_en_US=&Messages{
@@ -201,6 +202,7 @@ var Messages_en_US = &Messages{
201
202
SharedContainerHasBeenUpdated: "The shared container on this page has been updated. You may notice differences between the preview and the live page.",
202
203
TemplateFixedAreaMessage: "This container is fixed and cannot be updated",
203
204
SharedContainerModificationWarning: "This is a shared container. Any modifications you make will apply to all pages that use it",
205
+
Success: "Success",
204
206
}
205
207
206
208
varMessages_zh_CN=&Messages{
@@ -300,6 +302,7 @@ var Messages_zh_CN = &Messages{
0 commit comments