Skip to content

Commit

Permalink
[JENKINS-72222] Fix inconsistent wording between login page and secur…
Browse files Browse the repository at this point in the history
…ity configuration (#8633)

* [JENKINS-72222] Fix inconsistent wording between login page and security configuration

* Update the label

* Update core/src/main/resources/hudson/security/GlobalSecurityConfiguration/index.properties

Co-authored-by: Daniel Beck <1831569+daniel-beck@users.noreply.github.com>

---------

Co-authored-by: Daniel Beck <1831569+daniel-beck@users.noreply.github.com>
  • Loading branch information
mustafau and daniel-beck committed Oct 30, 2023
1 parent 36de7a5 commit e70dc62
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/jenkins/model/Jenkins.java
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ public class Jenkins extends AbstractCIBase implements DirectlyModifiableTopLeve
private volatile SecurityRealm securityRealm = SecurityRealm.NO_AUTHENTICATION;

/**
* Disables the remember me on this computer option in the standard login screen.
* Disables the "Keep me signed in" option in the standard login screen.
*
* @since 1.534
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div>
Select this option to remove the “Remember me on this computer” checkbox from
the login screen.
Select this option to remove the “Keep me signed in” checkbox from the login
screen.
</div>
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Disable\ remember\ me=Disable “Keep me signed in”
slaveAgentPortEnforced=enforced to {0,number,#} on startup through system property.
slaveAgentPortEnforcedRandom=enforced to random port on startup through system property.
slaveAgentPortEnforcedDisabled=disabled on startup through system property.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

Enable\ security=Güvenliği devreye al
Disable\ remember\ me=Beni hatırla özelliğini devre dışı bırak
Markup\ Formatter=
Access\ Control=Erişim Kontrolü
Security\ Realm=Güvenlik Alanı
Expand Down

0 comments on commit e70dc62

Please sign in to comment.