Change "Running on Tor" to "Exclusively on Tor"

This commit is contained in:
wiz 2022-09-10 02:16:06 +09:00 committed by GitHub
parent e4f48da686
commit cc27e604ed

View File

@ -86,7 +86,7 @@
</a> </a>
</td> </td>
<td *ngIf="!node.as_number"> <td *ngIf="!node.as_number">
<span class="badge badge-success" placement="bottom" i18n="tor">Running on Tor</span> <span class="badge badge-success" placement="bottom" i18n="tor">Exclusively on Tor</span>
</td> </td>
</tr> </tr>
</tbody> </tbody>