← Back to team overview

mahara-contributors team mailing list archive

[Bug 1993361] A change has been merged

 

Reviewed:  https://reviews.mahara.org/c/mahara/+/13440
Committed: https://git.mahara.org/mahara/mahara/commit/7ba784629f92af85614cad1e279e39165d4ed9fe
Submitter: "Robert Lyon <robertl@xxxxxxxxxxxxxxx>"
Branch:    22.04_DEV

commit 7ba784629f92af85614cad1e279e39165d4ed9fe
Author: Mitsuhiro Yoshida <mits@xxxxxxxxxxx>
Date:   Wed Oct 19 08:31:39 2022 +0900

Bug #1993361: Site registration lang string ID fix.

Change-Id: Iec23903bc40c57d56232804b72ccc5ab7b8524d0
(cherry picked from commit 7d7e292b1a4c766d957aeee7b58c291faf2cafae)
(cherry picked from commit b562523fe0a8f4f67d05f94a39d9638903dfae61)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: mahara-contributors
https://bugs.launchpad.net/bugs/1993361

Title:
  "Site registration" lang string ID in admin/index.tpl needs to be
  modified.

Status in Mahara:
  Fix Released
Status in Mahara 21.10 series:
  Fix Committed
Status in Mahara 22.04 series:
  Fix Committed
Status in Mahara 22.10 series:
  Fix Released

Bug description:
  I think we should modify the "Site registration" lang string ID in
  admin/index.tpl as below.

  File to modify:
  theme/raw/templates/admin/index.tpl

  Line:
  81

  [ Before ]
  {if $newregisterpolicy}
      <strong>{str tag=newregistrationpolicyinfo section=admin}</strong>
  {/if}

  [ After ]
  {if $newregisterpolicy}
      <strong>{str tag=newregistrationpolicyinfo1 section=admin}</strong>
  {/if}

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1993361/+subscriptions



References