Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 88d74b0

Browse files
committed
Removed strong named assemblies (default) text on configure page
1 parent edcefe9 commit 88d74b0

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/app/project/configure.tpl.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<div ng-if="vm.isDotNet()">
3838
<p ng-bind-html="'Notice_Install_Nuget_Package' | translate"></p>
3939
<pre><a ng-href="http://nuget.org/packages/{{vm.currentProjectType.key}}" target="_blank">Install-Package {{vm.currentProjectType.key}}</a></pre>
40-
<p><em ng-bind-html="'Notice_Strong_Named_Package' | translate:{key: vm.currentProjectType.key}"></em></p>
4140
</div>
4241
<div ng-if="vm.isJavaScript()">
4342
<div ng-if="!vm.isNode()">

src/lang/en-us.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@
373373
"Add the script to your HTML page:":"Add the script to your HTML page:",
374374
"Configure the ExceptionlessClient with your Exceptionless API key:":"Configure the ExceptionlessClient with your Exceptionless API key:",
375375
"Notice_Install_Nuget_Package":"Add the Exceptionless <a href=\"http://nuget.org\" target=\"_blank\">NuGet</a> package to your Visual Studio project by running this command in the <a href=\"http://docs.nuget.org/docs/start-here/using-the-package-manager-console\">Package Manager Console</a>:",
376-
"Notice_Strong_Named_Package":"A Strong-Named <code>{{key}}.Signed</code> package is also available on NuGet.",
377376
"Notice_Install_Bower_Package":"Install Exceptionless using <a href=\"http://bower.io\" target=\"_blank\">Bower</a>:",
378377
"Notice_Install_Manually":"If you wish to install manually or from a CDN please view the <a href=\"https://github.com/exceptionless/Exceptionless.JavaScript\" target=\"_blank\">readme</a>.",
379378
"Notice_Install_Node_Package":"Install Exceptionless using the <a href=\"https://www.npmjs.com\" target=\"_blank\">Node Package Manager</a>:",

src/lang/zh-cn.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@
373373
"Add the script to your HTML page:":"将下面的脚本放到您的 HTML 页面中",
374374
"Configure the ExceptionlessClient with your Exceptionless API key:":"通过您的 API 密钥配置 ExceptionlessClient :",
375375
"Notice_Install_Nuget_Package":"在 Visual Studio 中的<a href=\"http://docs.nuget.org/docs/start-here/using-the-package-manager-console\">程序包管理器控制台</a>运行如下命令可以将 Exceptionless 的 <a href=\"http://nuget.org\" target=\"_blank\">NuGet</a> 程序包安装到您的项目中:",
376-
"Notice_Strong_Named_Package":"也可以从 Nuget 上安装强名称程序包 <code>{{key}}.Signed</code>。",
377376
"Notice_Install_Bower_Package":"通过 <a href=\"http://bower.io\" target=\"_blank\">Bower</a> 安装 Exceptionless :",
378377
"Notice_Install_Manually":"如果您希望手动安装或者从 CDN 引用,请仔细阅读 <a href=\"https://github.com/exceptionless/Exceptionless.JavaScript\" target=\"_blank\">详细说明</a>。",
379378
"Notice_Install_Node_Package":"通过 <a href=\"https://www.npmjs.com\" target=\"_blank\">Node 程序包管理器</a> 安装 Exceptionless :",

0 commit comments

Comments
 (0)