Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Oct 30, 2024
1 parent 4cb7b2b commit 42885c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="form-group">
<label>Organization ID</label>
<div><strong>{{$ctrl.organizationId}}</strong></div>
<span class="help-block"><strong>Email <a href="mailto:fds@cru.org">fds@cru.org</a> to update/change.</strong></span>
<span class="help-block"><strong>Email <a href="mailto:dev.services@cru.org">dev.services@cru.org</a> to update/change.</strong></span>
</div>
</div>

Expand Down Expand Up @@ -71,7 +71,7 @@
</div>


<p>Additional settings can be changed by sending email to <strong><a href="mailto:fds@cru.org">fds@cru.org</a></strong></p>
<p>Additional settings can be changed by sending email to <strong><a href="mailto:dev.services@cru.org">dev.services@cru.org</a></strong></p>

<ul>
<li>Designation Active/Inactive Status</li>
Expand Down
2 changes: 1 addition & 1 deletion src/app/designationEditor/titleModal/titleModal.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<input name="receiptTitle" type="text" class="form-control" aria-describedby="receipt-help" ng-model="$ctrl.receiptTitle" disabled>
</label>
<span id="receipt-help" class="help-block">
<strong>Email <a href="mailto:fds@cru.org">fds@cru.org</a> to update/change.</strong>
<strong>Email <a href="mailto:dev.services@cru.org">dev.services@cru.org</a> to update/change.</strong>
</span>
</div>

Expand Down

0 comments on commit 42885c9

Please sign in to comment.