]> _ Git - sandvik-apps.git/commitdiff
wait #4239 @3
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 1 Feb 2021 11:12:23 +0000 (12:12 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 1 Feb 2021 11:12:23 +0000 (12:12 +0100)
WearParts/_doc/client.xlsx
WearParts/_doc/data.xlsx [new file with mode: 0644]
WearParts/_doc/wearparts.xlsx
WearParts/index.html
WearParts/js/project.js

index 00bfaecddac62e9f4c3397067ca62fa8b0f2eee7..779df0785a26fbb86f5c3553ea5f27a174d8dd3d 100644 (file)
Binary files a/WearParts/_doc/client.xlsx and b/WearParts/_doc/client.xlsx differ
diff --git a/WearParts/_doc/data.xlsx b/WearParts/_doc/data.xlsx
new file mode 100644 (file)
index 0000000..7d06040
Binary files /dev/null and b/WearParts/_doc/data.xlsx differ
index 3cb8ab87b800e5897ed69b97f31afaa2b3206105..9b0c33caafbf0345a8ed61a0278fe87b95b3ff17 100644 (file)
Binary files a/WearParts/_doc/wearparts.xlsx and b/WearParts/_doc/wearparts.xlsx differ
index 649036087da031877f0fd9de5b06386c2e4b7da1..a9b0d20c407103879658f36e4d5e690cef7e68fd 100644 (file)
@@ -3,7 +3,7 @@
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Sandvik Wear Parts Selection Guide App</title>
+    <title>Sandvik Wear Protection Selection Guide App</title>
     <link type="text/css" rel="stylesheet" href="style.css">
 </head>
 <body>
@@ -21,7 +21,7 @@
 </footer>
 <div id="holder">
     <section id="calculator">
-        <h2 data-l10n="Wear parts %n selection guide"></h2>
+        <h2 data-l10n="Wear Protection %n Selection Guide"></h2>
         <div id="fields">
 
         </div>
index b9a2e87e7655c21f38e773e4ce26e50bbc3d1785..7f518303db328f559d3794c32d2594ad3984b4a6 100644 (file)
@@ -1,4 +1,4 @@
-var RESULT_TITLE = getTranslation("Recommended Media");
+var RESULT_TITLE = getTranslation("Recommended Wear Protection");
 var APPNAME = 'WearParts';
 
 function getResultsContents() {