From 86ebc32250ed830c0f01491f91bc13eaffb08bca Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 4 Dec 2017 18:15:38 +0800 Subject: [PATCH] update translation --- site/theme/en-US.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/theme/en-US.js b/site/theme/en-US.js index abac313274..c22dce050c 100644 --- a/site/theme/en-US.js +++ b/site/theme/en-US.js @@ -69,7 +69,7 @@ module.exports = { 'app.publish.title': 'antd@3.0.0 has released!', 'app.publish.greeting': 'Hello, ', 'app.publish.intro': ' has released, and please upgrade. ', - 'app.publish.old-version-guide': 'If you want to read old version documentation, please visit ', - 'app.publish.old-version-tips': ', or change the version of documentation with the top-right selector.', + 'app.publish.old-version-guide': 'If you need documentation of older version, please visit ', + 'app.publish.old-version-tips': ', or switch version with the select at header navigation.', }, }; -- GitLab