From bc2e7915cc52a52f363a54e00fd111732e12aa02 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Mon, 29 Sep 2025 07:40:42 -0400 Subject: [PATCH] change term from existing to current --- .../Controls/TextEditors/Radzen/RadzenInsertLinkDialog.razor | 2 +- .../Resources/Modules/Controls/RadzenTextEditor.resx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Oqtane.Client/Modules/Controls/TextEditors/Radzen/RadzenInsertLinkDialog.razor b/Oqtane.Client/Modules/Controls/TextEditors/Radzen/RadzenInsertLinkDialog.razor index e9bbc6b1..06e36775 100644 --- a/Oqtane.Client/Modules/Controls/TextEditors/Radzen/RadzenInsertLinkDialog.razor +++ b/Oqtane.Client/Modules/Controls/TextEditors/Radzen/RadzenInsertLinkDialog.razor @@ -86,7 +86,7 @@ _linkTargets = new Dictionary { - { false, Localizer["OpenInExistingWindow"] }, + { false, Localizer["OpenInCurrentWindow"] }, { true, Localizer["OpenInNewWindow"] } }; } diff --git a/Oqtane.Client/Resources/Modules/Controls/RadzenTextEditor.resx b/Oqtane.Client/Resources/Modules/Controls/RadzenTextEditor.resx index 43f6e734..40b9cf62 100644 --- a/Oqtane.Client/Resources/Modules/Controls/RadzenTextEditor.resx +++ b/Oqtane.Client/Resources/Modules/Controls/RadzenTextEditor.resx @@ -237,8 +237,8 @@ File Link - - Open In Existing Window + + Open In Current Window The Web Address is Empty