summaryrefslogtreecommitdiff
path: root/schema/versions/mysql/82.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/versions/mysql/82.sql')
-rw-r--r--schema/versions/mysql/82.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/versions/mysql/82.sql b/schema/versions/mysql/82.sql
index 79fe5f49d..80ca24e72 100644
--- a/schema/versions/mysql/82.sql
+++ b/schema/versions/mysql/82.sql
@@ -1,6 +1,6 @@
begin;
-insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('SSL_CERT_SERIAL', 2, '', 'Login with an SSL certificate',3, 'You can login automatically with an active client SSL certificate if you fill in its serial number here.');
+insert into ttrss_prefs (pref_name,type_id,def_value,short_desc,section_id,help_text) values('SSL_CERT_SERIAL', 2, '', 'Login with an SSL certificate',3, 'Click to register your SSL client certificate with tt-rss');
update ttrss_version set schema_version = 82;