From 399364f5fc7cb7543d4d50c70a3b0b488d39d19d Mon Sep 17 00:00:00 2001 From: Lisoveliy Date: Sat, 12 Jul 2025 02:14:00 +0300 Subject: [PATCH] hotfix: fix of render EULA agreement --- JOBot.TClient/TextResource.Designer.cs | 7 +++++-- JOBot.TClient/TextResource.resx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/JOBot.TClient/TextResource.Designer.cs b/JOBot.TClient/TextResource.Designer.cs index 2e46a39..3104beb 100644 --- a/JOBot.TClient/TextResource.Designer.cs +++ b/JOBot.TClient/TextResource.Designer.cs @@ -69,8 +69,11 @@ namespace JOBot.TClient { } /// - /// Looks up a localized string similar to Продолжая, вы принимаете политику конфиденциальности и правила сервиса \nhttps://hh.ru/article/personal_data?backurl=%2F&role=applicant - ///\nhttps://hh.ru/account/agreement?backurl=%2Faccount%2Fsignup%3Fbackurl%3D%252F%26role%3Dapplicant&role=applicant". + /// Looks up a localized string similar to Продолжая, вы принимаете политику конфиденциальности и правила сервиса + /// + ///https://hh.ru/article/personal_data?backurl=%2F&role=applicant + /// + ///https://hh.ru/account/agreement?backurl=%2Faccount%2Fsignup%3Fbackurl%3D%252F%26role%3Dapplicant&role=applicant". /// public static string EULA { get { diff --git a/JOBot.TClient/TextResource.resx b/JOBot.TClient/TextResource.resx index 61b671f..3d541c9 100644 --- a/JOBot.TClient/TextResource.resx +++ b/JOBot.TClient/TextResource.resx @@ -19,8 +19,11 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - Продолжая, вы принимаете политику конфиденциальности и правила сервиса \nhttps://hh.ru/article/personal_data?backurl=%2F&role=applicant -\nhttps://hh.ru/account/agreement?backurl=%2Faccount%2Fsignup%3Fbackurl%3D%252F%26role%3Dapplicant&role=applicant" + Продолжая, вы принимаете политику конфиденциальности и правила сервиса + +https://hh.ru/article/personal_data?backurl=%2F&role=applicant + +https://hh.ru/account/agreement?backurl=%2Faccount%2Fsignup%3Fbackurl%3D%252F%26role%3Dapplicant&role=applicant" Something went REALLY wrong. Service can't continue process. -- 2.47.1