Skip to content

Commit fdc03fd

Browse files
committed
rename buttons
1 parent b9d699c commit fdc03fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/public/plugins/resources-editor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ export var ResourcesEditor = function({
260260
<div class="button-group-rounded" id="add-remove-resource-file" style="flex-wrap:nowrap">
261261
<button id="add-resource-file" onclick="${domPath}.onAddNewFile()" title="Add">+</button>
262262
<button id="remove-resource-file" onclick="${domPath}.onRemoveSelectedFile()" title="remove">─</button>
263-
<button id="remove-resource-file" onclick="${domPath}.onGetFromGist()" title="get from gist"> ⟳ </button>
263+
<button id="remove-resource-file" onclick="${domPath}.onGetFromGist()" title="search for new in gist"> ⟳ </button>
264264
</div>
265265
</span>
266266
</div>
@@ -322,7 +322,7 @@ export var ResourcesEditor = function({
322322
file,
323323
gistId: this.gistId ,
324324
darkMode: app.settings.theme() === 'dracula',
325-
headerButtons: [{title: 'Load from gist', action: 'pull'}, {title: 'Save to gist', action: 'push'}]
325+
headerButtons: [{title: 'Pull from gist', action: 'pull'}, {title: 'Commit to gist', action: 'push'}]
326326
})
327327
}
328328
this.initResourcesFile().then(file => {

0 commit comments

Comments
 (0)