File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,7 +165,11 @@ function openAuthModal() {
165165 : 'bg-blue-500/20 text-blue-500'
166166 "
167167 >
168- {{ operationCount }} {{ $t('account_menu.ops') }}
168+ {{
169+ $t('account_menu.ops', {
170+ count: operationCount,
171+ })
172+ }}
169173 </span >
170174 </button >
171175
Original file line number Diff line number Diff line change 744744 "connect_npm_cli" : " Connect to npm CLI" ,
745745 "connect_atmosphere" : " Connect to Atmosphere" ,
746746 "connecting" : " Connecting..." ,
747- "ops" : " ops" ,
747+ "ops" : " {count} op | {count} ops" ,
748748 "disconnect" : " Disconnect"
749749 },
750750 "auth" : {
Original file line number Diff line number Diff line change 744744 "connect_npm_cli" : " Connect to npm CLI" ,
745745 "connect_atmosphere" : " Connect to Atmosphere" ,
746746 "connecting" : " Connecting..." ,
747- "ops" : " ops" ,
747+ "ops" : " {count} op | {count} ops" ,
748748 "disconnect" : " Disconnect"
749749 },
750750 "auth" : {
You can’t perform that action at this time.
0 commit comments