Skip to content

v0.2.2 — Trim settings hint copy

Choose a tag to compare

@atbeta atbeta released this 25 Jul 08:58
e2e397f

Cleanup

Settings tab copy edits (i18n only, no code change):

  • Base URL description trimmed from 3 sentences to 2. Dropped the platform-specific path ~/.config/picfast/config.json (which is wrong on Windows anyway — Windows uses %APPDATA%\picfast\config.json). Dropped the nested parenthesis '(the picfast npm CLI config)' qualifier.
  • API token description: same trim + cleaned up the 'Also auto-filled' phrasing.

Before

Your PicFast instance root, e.g. https://picfast.example.com.
Leave empty to auto-fill from the PICFAST_URL env var or
~/.config/picfast/config.json (the `picfast` npm CLI config).

After

Your PicFast instance root, e.g. https://picfast.example.com.
Leave empty to auto-fill from PICFAST_URL env var or `picfast` CLI config.

(Chinese version likewise.)