mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Remove disclaimer about the migration procedure being still unstable-ish
This commit is contained in:
parent
6cfc5bc1b1
commit
db2331a5f9
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ class MyMigration(Migration):
|
||||||
|
|
||||||
message = m18n.n("migration_0015_general_warning")
|
message = m18n.n("migration_0015_general_warning")
|
||||||
|
|
||||||
message = "N.B.: This migration has been tested by the community over the last few months but has only been declared stable recently. If your server hosts critical services and if you are not too confident with debugging possible issues, we recommend you to wait a little bit more while we gather more feedback and polish things up. If on the other hand you are relatively confident with debugging small issues that may arise, you are encouraged to run this migration ;)! You can read about remaining known issues and feedback from the community here: https://forum.yunohost.org/t/12195\n\n" + message
|
message = "You can read more about this upgrade on: https://forum.yunohost.org/t/12195\n\n" + message
|
||||||
|
|
||||||
if problematic_apps:
|
if problematic_apps:
|
||||||
message += "\n\n" + m18n.n("migration_0015_problematic_apps_warning", problematic_apps=problematic_apps)
|
message += "\n\n" + m18n.n("migration_0015_problematic_apps_warning", problematic_apps=problematic_apps)
|
||||||
|
|
Loading…
Add table
Reference in a new issue