Skip to content

Commit ee2d747

Browse files
committed
chore(ui): remove inaccurate "User deleted" wording
1 parent 1bc9c3b commit ee2d747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/ui/src/app/artifacts/artifact-pulls/artifact-pulls.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
@if (pull.userAccountName || pull.userAccountEmail) {
133133
{{ pull.userAccountName ?? pull.userAccountEmail }}
134134
} @else {
135-
<span class="text-gray-500 dark:text-gray-400 italic">User deleted</span>
135+
<span class="text-gray-500 dark:text-gray-400">-</span>
136136
}
137137
</td>
138138
<td class="px-4 py-3 font-medium text-gray-900 whitespace-nowrap dark:text-white">

0 commit comments

Comments
 (0)