Skip to content

Commit d331562

Browse files
committed
Fix minor wording.
1 parent dac423d commit d331562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/har/GeneralInfo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default {
3939
<li>
4040
<span class="text-unmuted fw-bold">Remote IP</span>:
4141
<CopyBtn v-if="entry.serverIPAddress">{{ entry.serverIPAddress }}</CopyBtn>
42-
<span class="text-danger" v-else>unavailable</span>
42+
<span class="text-danger" v-else>Unavailable</span>
4343
</li>
4444
<li v-if="entry._communityId">
4545
<span class="text-unmuted fw-bold">Community ID</span>:

0 commit comments

Comments
 (0)