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(