From 6b07e83f0376b1be6a70a8e1308a511c017184ba Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Tue, 7 Jun 2022 16:16:13 +0200 Subject: Rename field "OS" from "Create image" Rename "OS" to "Partition" to improve clarity. This field represent which partition is used to create the image. --- ogcp/forms/action_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ogcp') diff --git a/ogcp/forms/action_forms.py b/ogcp/forms/action_forms.py index b94ad09..1ee7b72 100644 --- a/ogcp/forms/action_forms.py +++ b/ogcp/forms/action_forms.py @@ -136,7 +136,7 @@ class OgliveForm(FlaskForm): class ImageCreateForm(FlaskForm): ip = HiddenField() - os = SelectField(label=_l('OS'), choices=[]) + os = SelectField(label=_l('Partition'), choices=[]) name = StringField(label=_l('Image name'), validators=[InputRequired()]) description = StringField(label=_l('Description')) -- cgit v1.2.3-18-g5258