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
return"This template requires automatic updates on workspace startup, but template administrators can ignore this policy.";
216
+
}
217
+
210
218
if(workspace.template_require_active_version){
211
-
return"This template requires automatic updates";
219
+
return"This template requires automatic updates on workspace startup. Contact your administrator if you want to preserve the template version.";
212
220
}
213
221
214
222
if(workspace.automatic_updates==="always"){
215
-
return"You have enabled automatic updates for this workspace";
223
+
return"Automatic updates are enabled for this workspace. Modify the update policy in workspace settings if you want to preserve the template version.";
0 commit comments