From 34074c1b80e2f350547e8b3dd1cde2c70e7722d5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 30 Jun 2021 20:42:31 +0200 Subject: [PATCH] slightly adapt repository text Signed-off-by: Thomas Lamprecht --- src/repositories/standard.rs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/repositories/standard.rs b/src/repositories/standard.rs index 0d2cc14a..9d486703 100644 --- a/src/repositories/standard.rs +++ b/src/repositories/standard.rs @@ -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."