Commit 7047699f authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: fixup text in the software type creation dialog

parent fd78b46d
......@@ -12,7 +12,7 @@ software_type_variation = portal.portal_catalog.getResultValue(
if software_type_variation is not None:
return software_product.Base_redirect(
keep_items={
'portal_status_message': translateString('Software Release already exist.')
'portal_status_message': translateString('Software Type already exist.')
}
)
......@@ -23,5 +23,5 @@ software_product.newContent(
return software_product.Base_redirect(
keep_items={
'portal_status_message': translateString('New Software Release created.')
'portal_status_message': translateString('New Software Type created.')
})
......@@ -133,7 +133,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Add Software Release</string> </value>
<value> <string>Add Software Type</string> </value>
</item>
<item>
<key> <string>unicode_mode</string> </key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment