Skip to content

Commit b1ceeb7

Browse files
committed
FIXED: extra "/" appeared in path tooltip
REMOVED: remote ref in English localization (not supported yet: can be added again once FTP support is there)
1 parent a5ab61d commit b1ceeb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/Toolbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ export class ToolbarClass extends React.Component<IProps, PathInputState> {
386386
<p>{t('TOOLTIP.PATH.TITLE1')}</p>
387387
<p>{t('TOOLTIP.PATH.TITLE2')}</p>
388388
<ul>
389-
<li>{localExample}/</li>
389+
<li>{localExample}</li>
390390
{/* <li>{t('TOOLTIP.PATH.FTP1')}</li>
391391
<li>{t('TOOLTIP.PATH.FTP2')}</li> */}
392392
</ul>

src/locale/lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
},
181181
"TOOLTIP": {
182182
"PATH": {
183-
"TITLE1": "Enter a local or remote path to show its contents.",
183+
"TITLE1": "Enter a local path to show its contents.",
184184
"TITLE2": "Examples:",
185185
"EXAMPLE_WIN": "C:\\Users\\Jack",
186186
"EXAMPLE_MAC": "/Users/jack/Documents",

src/locale/lang/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
},
181181
"TOOLTIP": {
182182
"PATH": {
183-
"TITLE1": "Entrer le chemin vers un dossier local ou distant pour en afficher le contenu.",
183+
"TITLE1": "Entrer le chemin vers un dossier local pour en afficher le contenu.",
184184
"TITLE2": "Exemples:",
185185
"EXAMPLE_WIN": "C:\\Users\\Nico",
186186
"EXAMPLE_MAC": "/Users/robert/Documents",

0 commit comments

Comments
 (0)