mirror of
https://github.com/google/nomulus
synced 2026-01-03 19:54:18 +00:00
Change a few wording bits in the console (#2436)
These probably aren't perfect but they seemed to make sense given the old console. Nothing major.
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
<mat-icon class="secondary-text">view_list</mat-icon>
|
<mat-icon class="secondary-text">view_list</mat-icon>
|
||||||
DUMs
|
DUMs
|
||||||
</h3>
|
</h3>
|
||||||
<p class="secondary-text">View Domains</p>
|
<p class="secondary-text">View Domains Under Management</p>
|
||||||
</mat-card-content>
|
</mat-card-content>
|
||||||
<mat-card-actions>
|
<mat-card-actions>
|
||||||
<button mat-button color="primary" (click)="viewDums()">
|
<button mat-button color="primary" (click)="viewDums()">
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<h1 class="mat-headline-4">Resource</h1>
|
<h1 class="mat-headline-4">Resources</h1>
|
||||||
<div class="console-app__resources">
|
<div class="console-app__resources">
|
||||||
<div>
|
<div>
|
||||||
<div class="console-app__resources-subhead">Technical resources</div>
|
<div class="console-app__resources-subhead">Technical resources</div>
|
||||||
@@ -6,7 +6,8 @@
|
|||||||
class="text-l"
|
class="text-l"
|
||||||
href="{{ userDataService.userData.technicalDocsUrl }}"
|
href="{{ userDataService.userData.technicalDocsUrl }}"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>View on Google Drive</a
|
>View onboarding FAQs, TLD information, and technical documentation on
|
||||||
|
Google Drive</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
</mat-list-item>
|
</mat-list-item>
|
||||||
<mat-list-item role="listitem" lines="3">
|
<mat-list-item role="listitem" lines="3">
|
||||||
<span class="console-app__list-value"
|
<span class="console-app__list-value"
|
||||||
>todo: come up with a text here</span
|
>Change the password used for EPP logins</span
|
||||||
>
|
>
|
||||||
</mat-list-item>
|
</mat-list-item>
|
||||||
<mat-list-item role="listitem">
|
<mat-list-item role="listitem">
|
||||||
|
|||||||
Reference in New Issue
Block a user