aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-01-14 13:50:47 +0100
committerMario Vavti <mario@mariovavti.com>2016-01-14 13:50:47 +0100
commite2b79c34bc0c1dc5f48295c1cca7261e8cb648fb (patch)
treeca0acf590e31cebb18fd1a0ef360b53d977f69e8 /include
parent69573c6afe8afcbd75304dd0cd2f12d341f4195e (diff)
downloadvolse-hubzilla-e2b79c34bc0c1dc5f48295c1cca7261e8cb648fb.tar.gz
volse-hubzilla-e2b79c34bc0c1dc5f48295c1cca7261e8cb648fb.tar.bz2
volse-hubzilla-e2b79c34bc0c1dc5f48295c1cca7261e8cb648fb.zip
some work on connections
Diffstat (limited to 'include')
-rw-r--r--include/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/widgets.php b/include/widgets.php
index 444ce55d6..033ba44fe 100644
--- a/include/widgets.php
+++ b/include/widgets.php
@@ -171,7 +171,7 @@ function widget_follow($args) {
return replace_macros(get_markup_template('follow.tpl'),array(
'$connect' => t('Add New Connection'),
'$desc' => t('Enter channel address'),
- '$hint' => t('Examples: bob@example.com, https://example.com/channel/barbara'),
+ '$hint' => t('Examples: bob@example.com, https://example.com/barbara'),
'$follow' => t('Connect'),
'$abook_usage_message' => $abook_usage_message
));