mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Compare commits
2 commits
dev
...
debian/2.7
Author | SHA1 | Date | |
---|---|---|---|
|
f5a87284ed | ||
|
69fba306a6 |
3 changed files with 12 additions and 0 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
yunohost-admin (2.7.15) stable; urgency=low
|
||||
|
||||
* Add a warning about Jessie being deprecated and encouragement to migrate
|
||||
to Stretch / 3.x
|
||||
|
||||
-- Alexandre Aubin <alex.aubin@mailoo.org> Tue, 08 Jan 2019 18:00:00 +0000
|
||||
|
||||
yunohost-admin (2.7.14) stable; urgency=low
|
||||
|
||||
* Improved Occitan, French, Portuguese, Arabic translations
|
||||
|
|
|
@ -224,6 +224,7 @@
|
|||
"passwords_dont_match": "Passwords don't match",
|
||||
"passwords_too_short": "Password is too short",
|
||||
"path": "Path",
|
||||
"obsolete_version": "You are running an obsolete version of YunoHost. The YunoHost team highly recommend to run the migration to YunoHost 3.x / Stretch available in Tools > Migrations. More information can be found on <a href='https://yunohost.org/#/jessie_stretch_migration'>this page in the documentation</a>",
|
||||
"path_url": "Path",
|
||||
"port": "Port",
|
||||
"ports": "Ports",
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
<p class="alert alert-warning">
|
||||
{{t 'obsolete_version' }}
|
||||
</p>
|
||||
|
||||
<div class="list-group">
|
||||
<a href="#/users" class="list-group-item slide clearfix">
|
||||
<span class="pull-right fa-chevron-right"></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue