From e0b4f527898725e185cdc1b19c1c682840de8233 Mon Sep 17 00:00:00 2001 From: marcoartaviaq Date: Thu, 13 Jun 2024 08:36:15 -0600 Subject: [PATCH] fix(error-messages): Fix bracket in notification message (#1526) --- src/i18n/en-US.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/en-US.properties b/src/i18n/en-US.properties index 282317e71..ef9d0243f 100644 --- a/src/i18n/en-US.properties +++ b/src/i18n/en-US.properties @@ -268,7 +268,7 @@ notification_annotation_point_mode=Click anywhere to add a comment to the docume # Notification message shown when user enters drawing annotation mode notification_annotation_draw_mode=Press down and drag the pointer to draw on the document # Notification message shown when the user has a degraded preview experience due to blocked download hosts -notification_degraded_preview=Your connection to [1] is being blocked. Please reach out to your network admin to adjust firewall settings. +notification_degraded_preview=Your connection to {1} is being blocked. Please reach out to your network admin to adjust firewall settings. # Notification message shown when a file cannot be downloaded notification_cannot_download=This file could not be downloaded. # Notification message shown when a file cannot be downloaded due to an access policy