Skip to content

Commit e62f1bc

Browse files
committed
adjusted CSSPath & JSPath site setting seeds wording to align with other similar settings
1 parent 0ab6aaf commit e62f1bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

db/seeds/site_settings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,15 +364,15 @@
364364
category: SiteDetails
365365
description: >
366366
Path to a file containing site-specific JavaScript.
367-
Only accepts domain-relative URLs (such as `/assets/community.js`).
367+
Must be a domain-relative URL (such as `/assets/community.js`).
368368
369369
- name: CSSPath
370370
value: ~
371371
value_type: uri_path
372372
category: SiteDetails
373373
description: >
374374
Path to a file containing site-specific CSS.
375-
Only accepts domain-relative URLs (such as `/assets/community.css`).
375+
Must be a domain-relative URL (such as `/assets/community.css`).
376376
377377
- name: AllowContentTransfer
378378
value: true

0 commit comments

Comments
 (0)