mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
[ScribdBridge] Update example profile URL value (#2578)
This commit is contained in:
parent
d6b431a34b
commit
7280ed7df7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ class ScribdBridge extends BridgeAbstract {
|
|||
'type' => 'text',
|
||||
'required' => true,
|
||||
'title' => 'Profile URL. Example: https://www.scribd.com/user/164147088/Ars-Technica',
|
||||
'exampleValue' => 'https://www.scribd.com/user/'
|
||||
'exampleValue' => 'https://www.scribd.com/user/164147088/Ars-Technica'
|
||||
),
|
||||
));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue