Skip to content

Commit 96f07ce

Browse files
authored
1 parent dc58571 commit 96f07ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/strings.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export default {
2525
zip: 'Compression algorithm',
2626
kty: 'Key type',
2727
use: 'Intended use of key: "sig" or "enc" (other values accepted)',
28-
key_ops: 'Intended operations for this key'
28+
key_ops: 'Intended operations for this key' ,
29+
sid: 'Session ID (String identifier for a Session)'
2930
}
3031
},
3132
extension: {

0 commit comments

Comments
 (0)