Skip to content

Replace "Free" to "Basic"

路志远请求将update-i18n-of-basic-plan合并到main-jh

What does this MR do and why?

Issue: #4165 (closed)

改掉“永久免费”、“免费版”的文案。

只修改简体中文和英文文案。繁体有历史问题,在另一个 Issue 中跟进 #4175 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

英文

Before After

中文

Before After

How to set up and validate locally

# Rails console
::Gitlab::CurrentSettings.update!(check_namespace_plan: true)
::Gitlab::CurrentSettings.update!(phone_verification_code_enabled: false)

# Shell
bin/rake gettext:compile
GITLAB_SIMULATE_SAAS=1 gdk restart
路志远 编辑于

合并请求报告

加载中