mirror of
https://github.com/heyman/heynote.git
synced 2025-06-28 05:21:48 +02:00
Fix copy
Change file -> files
This commit is contained in:
parent
15727551f3
commit
edeb3aee4b
@ -237,14 +237,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="row" v-if="!isWebApp">
|
<div class="row" v-if="!isWebApp">
|
||||||
<div class="entry buffer-location">
|
<div class="entry buffer-location">
|
||||||
<h2>Buffer File Path</h2>
|
<h2>Buffer Files Path</h2>
|
||||||
<label class="keyboard-shortcut-label">
|
<label class="keyboard-shortcut-label">
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
v-model="customBufferLocation"
|
v-model="customBufferLocation"
|
||||||
@change="onCustomBufferLocationChange"
|
@change="onCustomBufferLocationChange"
|
||||||
/>
|
/>
|
||||||
Use custom buffer file location
|
Use custom location for the buffer files
|
||||||
</label>
|
</label>
|
||||||
<div class="file-path">
|
<div class="file-path">
|
||||||
<button
|
<button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user