]> git.proxmox.com Git - proxmox-apt.git/commitdiff
slightly adapt repository text
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jun 2021 18:42:31 +0000 (20:42 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 30 Jun 2021 18:42:31 +0000 (20:42 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/repositories/standard.rs

index 0d2cc14a5c8bf14d0215784d1bb63b5ae6ac9584..9d48670328992c58817e28c128d772d3418c3661 100644 (file)
@@ -108,11 +108,13 @@ impl APTRepositoryHandle {
                 Proxmox subscription users."
             }
             APTRepositoryHandle::NoSubscription => {
-                "This is the recommended repository for testing and non-production use."
+                "This is the recommended repository for testing and non-production use. \
+                Its packages are not as heavily tested and validated as the production ready \
+                enterprise repository. You don’t need a subscription key to access this repository."
             }
             APTRepositoryHandle::Test => {
-                "This repository contains the latest packages and is primarily used by developers \
-                to test new features."
+                "This repository contains the latest packages and is primarily used for test labs \
+                and by developers to test new features."
             }
             APTRepositoryHandle::CephPacific => {
                 "This repository holds the main Proxmox Ceph Pacific packages."