Skip to content

Commit c83acac

Browse files
committed
Fix whitespace and newlines
1 parent 7a9f23a commit c83acac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

angular/src/app/users/create-user/create-user.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ <h4 class="modal-title">
123123
</form>
124124
</div>
125125
</div>
126-
</div>
126+
</div>

aspnet-core/src/AbpCompanyName.AbpProjectName.Core/Localization/SourceFiles/AbpProjectName.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<text name="UnknownTenantId{0}">Unknown tenantId {0}</text>
7474
<text name="ThisFieldIsRequired">This field is required</text>
7575
<text name="PleaseWait">Please wait...</text>
76-
<text name="Administration">Administration</text>
76+
<text name="Administration">Administration</text>
7777
<text name="ClearAll">Clear all</text>
7878
<text name="ClearOthers">Clear others</text>
7979
<text name="LabelOptions">Label options</text>
@@ -82,7 +82,7 @@
8282
<text name="Refresh">Refresh</text>
8383
<text name="Create">Create</text>
8484
<text name="UserDetails">User details</text>
85-
<text name="UserRoles">User roles</text>
85+
<text name="UserRoles">User roles</text>
8686
<text name="ConfirmPassword">Confirm password</text>
8787
</texts>
88-
</localizationDictionary>
88+
</localizationDictionary>

0 commit comments

Comments
 (0)