From 5990f2c77580779fe3bd4fe5ee286676bb7185c4 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 25 Mar 2018 14:24:51 +0000 Subject: [PATCH] mvc: style update --- .../mvc/app/library/OPNsense/Backup/GDrive.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/opnsense/mvc/app/library/OPNsense/Backup/GDrive.php b/src/opnsense/mvc/app/library/OPNsense/Backup/GDrive.php index becf22518..ebb01ffc8 100644 --- a/src/opnsense/mvc/app/library/OPNsense/Backup/GDrive.php +++ b/src/opnsense/mvc/app/library/OPNsense/Backup/GDrive.php @@ -63,11 +63,13 @@ class Gdrive extends Base implements IBackupProvider "name" => "GDriveP12key", "type" => "file", "label" => gettext("P12 key"), - "help" => sprintf(gettext("You need a private key in p12 format to use Google Drive, ". - "instructions on how to aquire one can be found here %s "), - " sprintf( + gettext("You need a private key in p12 format to use Google Drive, ". + "instructions on how to aquire one can be found here %s "), + " - https://cloud.google.com/storage/docs/authentication#generating-a-private-key"), + https://cloud.google.com/storage/docs/authentication#generating-a-private-key" + ), "value" => null ); $fields[] = array(