修复一处提示文本格式化错误。

This commit is contained in:
Songyang.Huo
2023-10-06 16:31:01 +08:00
parent d5233af8da
commit 7ebce50f2f
2 changed files with 1 additions and 2 deletions

View File

@@ -676,7 +676,7 @@
<!-- Api -->
<!-- Remote Control -->
<system:String x:Key="RemoteControlConnectionTestSuccess">连接测试成功!</system:String>
<system:String x:Key="RemoteControlConnectionTestFail">连接测试失败,原因: {1}。</system:String>
<system:String x:Key="RemoteControlConnectionTestFail">连接测试失败,原因: {0}。</system:String>
<system:String x:Key="RemoteControlConnectionTestFailEmpty">连接测试失败,连点端点为空。</system:String>
<system:String x:Key="RemoteControlConnectionTestFailNotHttps">连接测试失败。端点不是https地址。</system:String>
<system:String x:Key="RemoteControlReceivedTask">收到远端任务{0}任务Id:{1}。</system:String>

View File

@@ -337,7 +337,6 @@ namespace MaaWpfGui.Services.RemoteControl
Log.Logger.Error("RemoteControlService report task failed.");
}
}
}
}