Skip to content
Snippets Groups Projects
Commit cd94ec30 authored by Stekelenburg, A.V. (Alexander, Student )'s avatar Stekelenburg, A.V. (Alexander, Student )
Browse files

Make naming more consistent

parent a6e5e06c
No related branches found
No related tags found
No related merge requests found
......@@ -222,10 +222,10 @@
if (constantsUl.innerHTML === "") {
constantsUl.innerHTML = "There are no undefined constants.";
constantsUl.innerHTML = "There are no open constants.";
}
if (distributionsUl.innerHTML === "") {
distributionsUl.innerHTML = "There are no distributions.";
distributionsUl.innerHTML = "There are no extra parameters.";
}
vscode.setState({ tools: oldState.tools, documentVars: documentVars, parameters: oldState.parameters, currentUri: uri, currentTool: oldState.currentTool });
......
......@@ -278,7 +278,7 @@ export class ModestSidebarProvider implements vscode.WebviewViewProvider {
<h3 class="title" title="Open constants">Open constants</h3>
</div>
<div class="pane-body">
<ul class="option-list" id="constants">There are no undefined constants.</ul>
<ul class="option-list" id="constants">There are no open constants.</ul>
</div>
</div>
<div class="pane vertical">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment