From 77864e9ef659614955af808aaf1a7b1deba350bc Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Wed, 8 Sep 2021 17:50:14 +0200 Subject: [PATCH] MOBILE-3833 chore: Fix lint warning --- src/core/features/settings/pages/deviceinfo/deviceinfo.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/core/features/settings/pages/deviceinfo/deviceinfo.html b/src/core/features/settings/pages/deviceinfo/deviceinfo.html index 3495b7591..162c08fce 100644 --- a/src/core/features/settings/pages/deviceinfo/deviceinfo.html +++ b/src/core/features/settings/pages/deviceinfo/deviceinfo.html @@ -40,7 +40,11 @@

{{ 'core.settings.filesystemroot' | translate }}

-

{{ deviceInfo.fileSystemRoot }}

+

+ + {{ deviceInfo.fileSystemRoot }} + +

{{ deviceInfo.fileSystemRoot }}