Rename field "OS" from "Create image"

Rename "OS" to "Partition" to improve clarity.

This field represent which partition is used to create the image.
multi-ogserver
Javier Sánchez Parra 2022-06-07 16:16:13 +02:00
parent 1d133dd53f
commit 6b07e83f03
1 changed files with 1 additions and 1 deletions

View File

@ -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'))