We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285e103 commit 8595c33Copy full SHA for 8595c33
src/components/exception/TraceLine.vue
@@ -3,7 +3,7 @@
3
<div class="trace__position">
4
<span class="trace__file">{{ line.file }}</span>
5
<span v-if="line.line" class="trace__line">{{
6
- t('logreader', 'line {line}', { line: line.line })
+ t('logreader', 'Line {line}', { line: line.line })
7
}}</span>
8
</div>
9
<pre class="trace__function"><code class="trace__function_name" v-text="functionText" /><code class="trace__function_arguments" v-text="argumentText" /></pre>
0 commit comments