Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
</span>
</div>
<mat-form-field class="w-full" appearance="outline" style="margin-top: 10px">
<mat-label i18n>Edit Activity JSON</mat-label>
<mat-label i18n>Test Change</mat-label>
<textarea
class="mat-body-2"
class="mat-body-2 test"
matInput
cdkTextareaAutosize
[(ngModel)]="componentContentJSONString"
Expand Down
4 changes: 2 additions & 2 deletions src/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -878,8 +878,8 @@
<context context-type="linenumber">18,22</context>
</context-group>
</trans-unit>
<trans-unit id="8880132687084463323" datatype="html">
<source>Edit Activity JSON</source>
<trans-unit id="2535284120470664214" datatype="html">
<source>Test Change</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/authoring-tool/edit-component-json/edit-component-json.component.html</context>
<context context-type="linenumber">10,14</context>
Expand Down
Loading